summaryrefslogtreecommitdiff
path: root/std/fs/testdata/empty_dir.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/fs/testdata/empty_dir.ts')
-rw-r--r--std/fs/testdata/empty_dir.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/testdata/empty_dir.ts b/std/fs/testdata/empty_dir.ts
index 6147679da..aa9cf60a1 100644
--- a/std/fs/testdata/empty_dir.ts
+++ b/std/fs/testdata/empty_dir.ts
@@ -1,6 +1,6 @@
import { emptyDir } from "../empty_dir.ts";
-emptyDir(Deno.args[1])
+emptyDir(Deno.args[0])
.then(() => {
Deno.stdout.write(new TextEncoder().encode("success"))
})