From f168597b7ab81afda3bf4749a81c360d364e7cf1 Mon Sep 17 00:00:00 2001 From: Luka Hartwig Date: Sun, 2 Feb 2020 22:55:22 +0100 Subject: Remove //tests symlink (#3849) --- tools/fetch_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/fetch_test.py') 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) -- cgit v1.2.3