summaryrefslogtreecommitdiff
path: root/installer/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'installer/test.ts')
-rw-r--r--installer/test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/test.ts b/installer/test.ts
index 2fd36e91e..bfe9bf652 100644
--- a/installer/test.ts
+++ b/installer/test.ts
@@ -10,7 +10,7 @@ import * as fs from "../fs/mod.ts";
import { install, isRemoteUrl } from "./mod.ts";
let fileServer: Deno.Process;
-const isWindows = Deno.platform.os === "win";
+const isWindows = Deno.build.os === "win";
// copied from `http/file_server_test.ts`
async function startFileServer(): Promise<void> {