diff options
Diffstat (limited to 'std/fs/empty_dir_test.ts')
-rw-r--r-- | std/fs/empty_dir_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/empty_dir_test.ts b/std/fs/empty_dir_test.ts index 6c3406115..aaee1b9d9 100644 --- a/std/fs/empty_dir_test.ts +++ b/std/fs/empty_dir_test.ts @@ -204,7 +204,7 @@ for (const s of scenes) { ); try { - const args = [Deno.execPath(), "run"]; + const args = [Deno.execPath(), "run", "--quiet"]; if (s.read) { args.push("--allow-read"); |