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) --- cli/js/resources_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/js/resources_test.ts') diff --git a/cli/js/resources_test.ts b/cli/js/resources_test.ts index 880727027..367b66217 100644 --- a/cli/js/resources_test.ts +++ b/cli/js/resources_test.ts @@ -31,7 +31,7 @@ testPerm({ net: true }, async function resourcesNet(): Promise { testPerm({ read: true }, async function resourcesFile(): Promise { const resourcesBefore = Deno.resources(); - await Deno.open("tests/hello.txt"); + await Deno.open("cli/tests/hello.txt"); const resourcesAfter = Deno.resources(); // check that exactly one new resource (file) was added -- cgit v1.2.3