summaryrefslogtreecommitdiff
path: root/tests/specs/run/ld_preload/__test__.jsonc
blob: 16ae697a742f0f898a32be723e3e038be18abb18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "envs": {
    "LD_LIBRARY_PATH": "",
    "LD_PRELOAD": "",
    "DYLD_FALLBACK_LIBRARY_PATH": ""
  },
  "tests": {
    "env_arg": {
      "args": "run --allow-run=curl env_arg.ts",
      "output": "env_arg.out"
    },
    "set_with_allow_env": {
      "args": "run --allow-run=curl --allow-env set_with_allow_env.ts",
      "output": "set_with_allow_env.out"
    }
  }
}