From 5c4dcdba4a494dd526f588ce48cd5ae5ea00a392 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Thu, 25 Mar 2021 14:46:36 +0100 Subject: [PATCH] the sync thread will continue, don't change directory --- test/sync_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/sync_test.py b/test/sync_test.py index 66d7899..405e67b 100755 --- a/test/sync_test.py +++ b/test/sync_test.py @@ -36,8 +36,6 @@ def test_for(path, color=None, end_on=None, mt=False, imap=False, own_ident=1): sync_handshake.run(path, color, imap, own_ident) - os.chdir(cwd) - def setup(path): cwd = os.getcwd();