aboutsummaryrefslogtreecommitdiff
path: root/tests/host-os-release/testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/host-os-release/testscript')
-rw-r--r--tests/host-os-release/testscript17
1 files changed, 16 insertions, 1 deletions
diff --git a/tests/host-os-release/testscript b/tests/host-os-release/testscript
index c340da3..a18aa74 100644
--- a/tests/host-os-release/testscript
+++ b/tests/host-os-release/testscript
@@ -1,4 +1,4 @@
-# file : bpkg/host-os-release.test.testscript
+# file : tests/host-os-release/testscript
# license : MIT; see accompanying LICENSE file
: linux
@@ -206,3 +206,18 @@ if ($build.host.system == 'freebsd')
EOO
}
+
+: windows
+:
+if ($build.host.system == 'windows')
+{
+ $* $build.host >>~/EOO/
+ windows
+
+ /[0-9]+(\.[0-9]+)?/
+
+ Windows
+
+
+ EOO
+}