diff options
Diffstat (limited to 'std/fs/exists_test.ts')
-rw-r--r-- | std/fs/exists_test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/fs/exists_test.ts b/std/fs/exists_test.ts index b8c968a02..8e9381ed2 100644 --- a/std/fs/exists_test.ts +++ b/std/fs/exists_test.ts @@ -124,6 +124,7 @@ test(async function existsPermission(): Promise<void> { } args.push(path.join(testdataDir, s.async ? "exists.ts" : "exists_sync.ts")); + args.push("--"); args.push(s.file); const { stdout } = Deno.run({ |