mirror of
https://github.com/denoland/deno.git
synced 2024-11-04 08:54:20 -05:00
6 lines
255 B
Text
6 lines
255 B
Text
|
# We have an allow-net flag but not allow-read, it should still result in error.
|
||
|
args: --no-prompt --reload --allow-net tests/error_016_dynamic_import_permissions2.js
|
||
|
output: tests/error_016_dynamic_import_permissions2.out
|
||
|
check_stderr: true
|
||
|
exit_code: 1
|