summaryrefslogtreecommitdiff
path: root/tools/target_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/target_test.py')
-rw-r--r--tools/target_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/target_test.py b/tools/target_test.py
index 5a273423e..2df09f9eb 100644
--- a/tools/target_test.py
+++ b/tools/target_test.py
@@ -34,7 +34,7 @@ class TestTarget(DenoTestCase):
def test_exec_path(self):
cmd = [
self.deno_exe, "run", "--allow-run", "--allow-env",
- "tests/exec_path.ts"
+ "cli/tests/exec_path.ts"
]
result = run_output(cmd, quiet=True)
print "exec_path", result