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