{
  "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"
    }
  }
}