diff options
Diffstat (limited to 'std/examples/test.ts')
-rw-r--r-- | std/examples/test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/examples/test.ts b/std/examples/test.ts index 1c817dfd1..d5dd8bedc 100644 --- a/std/examples/test.ts +++ b/std/examples/test.ts @@ -14,7 +14,7 @@ Deno.test(function t2(): void { /** A more complicated test that runs a subprocess. */ Deno.test(async function catSmoke(): Promise<void> { const p = run({ - args: [ + cmd: [ Deno.execPath(), "run", "--allow-read", |