summaryrefslogtreecommitdiffstats
path: root/tests/common.tl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common.tl')
-rw-r--r--tests/common.tl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/common.tl b/tests/common.tl
index 301a5402..ea2be1d5 100644
--- a/tests/common.tl
+++ b/tests/common.tl
@@ -19,3 +19,7 @@
(defmacro stest (expr expected)
^(vtest ,^(tostring ,expr) ,expected))
+
+(defun osname ()
+ (with-stream (u (open-command "(uname -o || uname) 2> /dev/null"))
+ (get-line u)))