summaryrefslogtreecommitdiff
path: root/tests/specs/run/ld_preload/__test__.jsonc
blob: f3a9b26bca891884324dbd82bcd2296b588397b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "tests": {
    "env_arg": {
      "args": "run --allow-run=echo env_arg.ts",
      "output": "env_arg.out",
      "exitCode": 1
    },
    "set_with_allow_env": {
      "args": "run --allow-run=echo --allow-env set_with_allow_env.ts",
      "output": "set_with_allow_env.out",
      "exitCode": 1
    }
  }
}