From fde6dacf6f5264e661574d4d5bb1489bc1548751 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Wed, 17 Apr 2019 22:36:29 +0200 Subject: [PATCH] removing killall for gpg-agent --- test/sync_test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/sync_test.py b/test/sync_test.py index fdf2a00..3401767 100644 --- a/test/sync_test.py +++ b/test/sync_test.py @@ -95,9 +95,6 @@ if __name__ == "__main__": options.clean = True if options.clean: - if sys.platform == "darwin" or sys.platform == "linux": - print("shutting down gpg-agent", file=sys.stderr) - os.system("killall gpg-agent") rmrf("TestInbox") rmrf("Phone") rmrf("Laptop")