diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-06-10 12:35:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-10 12:35:38 -0400 |
| commit | 9d706d71b55ca254d1bbd87754533a60142d2a6a (patch) | |
| tree | 849a6b2d068515ee04a2e181362a1a7334ed4bdf /cli/tests/089_run_allow_list.ts | |
| parent | 26a97a1f3bff2ad1a2f1013efdaeb9be953e6b52 (diff) | |
chore: Fix broken test on Windows (#10900)
Diffstat (limited to 'cli/tests/089_run_allow_list.ts')
| -rw-r--r-- | cli/tests/089_run_allow_list.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/089_run_allow_list.ts b/cli/tests/089_run_allow_list.ts index 85c1730a1..defb3196f 100644 --- a/cli/tests/089_run_allow_list.ts +++ b/cli/tests/089_run_allow_list.ts @@ -7,7 +7,7 @@ try { } const proc = Deno.run({ - cmd: ["cat", "089_run_allow_list.ts"], + cmd: ["curl", "--help"], stdout: "null", }); console.log((await proc.status()).success); |
