From 6c02b061ce157b9fc3d20f9bcace0bc6638290d3 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 4 May 2020 14:23:06 -0400 Subject: stabilize Deno.cwd and require --allow-read (#5068) --- cli/tests/integration_tests.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 456c6eece..0847c1806 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1146,10 +1146,9 @@ itest!(_055_import_wasm_via_network { http_server: true, }); -// TODO(lucacasonato): remove --unstable when cwd goes stable itest!(_056_make_temp_file_write_perm { args: - "run --allow-write=./subdir/ --unstable 056_make_temp_file_write_perm.ts", + "run --allow-read --allow-write=./subdir/ 056_make_temp_file_write_perm.ts", output: "056_make_temp_file_write_perm.out", }); -- cgit v1.2.3