summaryrefslogtreecommitdiff
path: root/std/examples/tests/cat_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/examples/tests/cat_test.ts')
-rw-r--r--std/examples/tests/cat_test.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/examples/tests/cat_test.ts b/std/examples/tests/cat_test.ts
index b12a6916f..4633c5750 100644
--- a/std/examples/tests/cat_test.ts
+++ b/std/examples/tests/cat_test.ts
@@ -6,6 +6,7 @@ Deno.test("[examples/cat] print multiple files", async () => {
const process = Deno.run({
cmd: [
Deno.execPath(),
+ "run",
"--allow-read",
"cat.ts",
"testdata/cat/hello.txt",