summaryrefslogtreecommitdiff
path: root/tools/fetch_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fetch_test.py')
-rwxr-xr-xtools/fetch_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fetch_test.py b/tools/fetch_test.py
index 8bff017d3..4dad99b14 100755
--- a/tools/fetch_test.py
+++ b/tools/fetch_test.py
@@ -23,7 +23,7 @@ class TestFetch(DenoTestCase):
os.path.exists(
os.path.join(
deno_dir,
- "deps/http/localhost_PORT4545/tests/subdir/mod2.ts"))
+ "deps/http/localhost_PORT4545/cli/tests/subdir/mod2.ts"))
finally:
shutil.rmtree(deno_dir)