Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zitrax committed Dec 6, 2024
1 parent 13795d4 commit 922d907
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_integrate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,6 @@ auto start_seeder(const fs::path& data_dir,
nullptr, {"docker", "stop", container_name});
}

/**
* With transmission-cli leeching need to be done like this:
* - Start tracker
* - rm -rf ~/.config/transmission
* - rm eventual old file
* - seed with zit
*/
auto start_leecher(const fs::path& target, const fs::path& torrent_file) {
fs::remove(target);
return start_seeder(target, torrent_file, "leecher");
Expand Down

0 comments on commit 922d907

Please sign in to comment.