summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/059_fs_relative_path_perm.ts.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/059_fs_relative_path_perm.ts.out')
-rw-r--r--cli/tests/testdata/059_fs_relative_path_perm.ts.out4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/059_fs_relative_path_perm.ts.out b/cli/tests/testdata/059_fs_relative_path_perm.ts.out
new file mode 100644
index 000000000..b55412137
--- /dev/null
+++ b/cli/tests/testdata/059_fs_relative_path_perm.ts.out
@@ -0,0 +1,4 @@
+[WILDCARD]error: Uncaught PermissionDenied: Requires read access to "non-existent", run again with the --allow-read flag
+Deno.readFileSync("non-existent");
+ ^
+ at [WILDCARD]