From 922d9077451f6005a692bf443810c7efff70283a Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Fri, 6 Dec 2024 15:44:01 +0100 Subject: [PATCH] Remove obsolete comment --- tests/test_integrate.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/test_integrate.cpp b/tests/test_integrate.cpp index 46277b7..ccf8c1b 100644 --- a/tests/test_integrate.cpp +++ b/tests/test_integrate.cpp @@ -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");