summaryrefslogtreecommitdiff
path: root/std/fs/exists_test.ts
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2020-01-15 19:21:35 -0500
committerGitHub <noreply@github.com>2020-01-15 19:21:35 -0500
commita4dde552de8fced4cfdff7f0127b51e1d2eabca5 (patch)
tree6590ed26f995522746948601b281987ece5c8ff3 /std/fs/exists_test.ts
parent3eab20ce42458fced42dcd031958b07113322e0a (diff)
Revert "feat(flags): script arguments come after '--'" (#3681)
Due to complaints about ergonomics and because it breaks shebang on linux. This reverts commit 2d5457df15d8c4a81362bb2d185b5c6013faa1d8. BREAKING CHANGE
Diffstat (limited to 'std/fs/exists_test.ts')
-rw-r--r--std/fs/exists_test.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/std/fs/exists_test.ts b/std/fs/exists_test.ts
index 8e9381ed2..b8c968a02 100644
--- a/std/fs/exists_test.ts
+++ b/std/fs/exists_test.ts
@@ -124,7 +124,6 @@ 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({