summaryrefslogtreecommitdiff
path: root/http/file_server_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'http/file_server_test.ts')
-rw-r--r--http/file_server_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/file_server_test.ts b/http/file_server_test.ts
index bac82e825..6623406d0 100644
--- a/http/file_server_test.ts
+++ b/http/file_server_test.ts
@@ -11,7 +11,7 @@ let fileServer: Deno.Process;
async function startFileServer(): Promise<void> {
fileServer = run({
args: [
- Deno.execPath,
+ Deno.execPath(),
"run",
"--allow-read",
"--allow-net",