summaryrefslogtreecommitdiff
path: root/http/server_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'http/server_test.ts')
-rw-r--r--http/server_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/server_test.ts b/http/server_test.ts
index f16293f77..4a904a6f7 100644
--- a/http/server_test.ts
+++ b/http/server_test.ts
@@ -493,7 +493,7 @@ test({
async fn(): Promise<void> {
// Runs a simple server as another process
const p = Deno.run({
- args: [Deno.execPath, "http/testdata/simple_server.ts", "--allow-net"],
+ args: [Deno.execPath(), "http/testdata/simple_server.ts", "--allow-net"],
stdout: "piped"
});