diff --git a/tests/integration-tests/no-command-run.py b/tests/integration-tests/no-command-run.py index 6fd0cadd..5bb906c8 100644 --- a/tests/integration-tests/no-command-run.py +++ b/tests/integration-tests/no-command-run.py @@ -3,7 +3,7 @@ import os from subprocess import Popen, PIPE import uuid -TEST_DIR = 'testdata/%s-%s' % (uuid.uuid4(), os.path.basename(__file__)) + '/' +TEST_DIR = '../testdata/%s-%s' % (uuid.uuid4(), os.path.basename(__file__)) + '/' os.environ["ONIONR_HOME"] = TEST_DIR print(f'running integration test for {__file__}')