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