diff options
Diffstat (limited to 'tests/specs')
-rw-r--r-- | tests/specs/install/move_after_install/__test__.jsonc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/specs/install/move_after_install/__test__.jsonc b/tests/specs/install/move_after_install/__test__.jsonc index 1699e9f6f..f46f22268 100644 --- a/tests/specs/install/move_after_install/__test__.jsonc +++ b/tests/specs/install/move_after_install/__test__.jsonc @@ -15,8 +15,10 @@ "output": "5\n" }, { - "commandName": "mv", - "args": "test-project test-project-moved", + "args": [ + "eval", + "Deno.renameSync('test-project', 'test-project-moved')" + ], "output": "" }, { |