Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Casonato <hello@lcas.dev>
  • Loading branch information
lucacasonato committed May 6, 2024
1 parent b1407bd commit 90d5dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specs/permission/special/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
const testCases = [
// Allowed, safe
[["darwin", "linux"], null, "/dev/null"],
[["darwin", "linux"], null, "/etc/passwd"],
// Denied, requires `--allow-all`
[["darwin", "linux"], /PermissionDenied/, "/etc/hosts"],
[["darwin", "linux"], /PermissionDenied/, "/dev/ptmx"],
[["linux"], /PermissionDenied/, "/proc/self/environ"],
[["linux"], /PermissionDenied/, "/proc/self/mem"],
Expand Down

0 comments on commit 90d5dab

Please sign in to comment.