summaryrefslogtreecommitdiff
path: root/cli/js/os_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/os_test.ts')
-rw-r--r--cli/js/os_test.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/cli/js/os_test.ts b/cli/js/os_test.ts
index 55a62792d..749c25d83 100644
--- a/cli/js/os_test.ts
+++ b/cli/js/os_test.ts
@@ -147,6 +147,14 @@ testPerm({ env: true }, function getDir(): void {
]
},
{
+ kind: "executable",
+ runtime: [
+ { os: "mac", shouldHaveValue: false },
+ { os: "win", shouldHaveValue: false },
+ { os: "linux", shouldHaveValue: true }
+ ]
+ },
+ {
kind: "data",
runtime: [
{ os: "mac", shouldHaveValue: true },