summaryrefslogtreecommitdiff
path: root/std/fs/empty_dir_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/fs/empty_dir_test.ts')
-rw-r--r--std/fs/empty_dir_test.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/std/fs/empty_dir_test.ts b/std/fs/empty_dir_test.ts
index b3be1f617..254cf590f 100644
--- a/std/fs/empty_dir_test.ts
+++ b/std/fs/empty_dir_test.ts
@@ -203,7 +203,8 @@ for (const s of scenes) {
);
try {
- const args = [Deno.execPath(), "run"];
+ // TODO(lucacasonato): remove unstable when stabilized
+ const args = [Deno.execPath(), "run", "--unstable"];
if (s.read) {
args.push("--allow-read");