From 6428d389162715bee6de6a8c305b4cbb94dfddfc Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Mon, 15 Jan 2018 02:44:14 -0600 Subject: [PATCH] fixed failing test --- onionr/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/onionr/tests.py b/onionr/tests.py index c099f352..3411b523 100755 --- a/onionr/tests.py +++ b/onionr/tests.py @@ -110,4 +110,5 @@ class OnionrTests(unittest.TestCase): if command[0] == 'testCommand': if myCore.daemonQueue() == False: print('Succesfully added and read command') +os.chdir(sys.path[0]) unittest.main() \ No newline at end of file