summaryrefslogtreecommitdiff
path: root/std/examples/tests/welcome_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/examples/tests/welcome_test.ts')
-rw-r--r--std/examples/tests/welcome_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/examples/tests/welcome_test.ts b/std/examples/tests/welcome_test.ts
index cacb77ab9..d508773c5 100644
--- a/std/examples/tests/welcome_test.ts
+++ b/std/examples/tests/welcome_test.ts
@@ -4,7 +4,7 @@ import { assertStrictEq } from "../../testing/asserts.ts";
Deno.test("[examples/welcome] print a welcome message", async () => {
const decoder = new TextDecoder();
const process = Deno.run({
- cmd: [Deno.execPath(), "welcome.ts"],
+ cmd: [Deno.execPath(), "run", "welcome.ts"],
cwd: "examples",
stdout: "piped",
});