diff --git a/src/allmydata/test/cli/test_daemonize.py b/src/allmydata/test/cli/test_daemonize.py index 3853054e4..09b923cbd 100644 --- a/src/allmydata/test/cli/test_daemonize.py +++ b/src/allmydata/test/cli/test_daemonize.py @@ -112,7 +112,6 @@ class RunDaemonizeTests(unittest.TestCase): # or raise RuntimeError) it is apparently just ignored and the # test passes anyway... if self._working != os.path.abspath('.'): - print("WARNING: a test just changed the working dir; putting it back") os.chdir(self._working) return d