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