summaryrefslogtreecommitdiff
path: root/tests/specs/permission/path_not_permitted/__test__.jsonc
blob: f10e8b389ea5589d1da4c8eb4e1c1a3136e83d8e (plain)
1
2
3
4
5
6
7
8
9
10
{
  "tempDir": true,
  "envs": {
    "LD_LIBRARY_PATH": "",
    "LD_PRELOAD": "",
    "DYLD_FALLBACK_LIBRARY_PATH": ""
  },
  "args": "run -A main.ts",
  "output": "main.out"
}