diff options
Diffstat (limited to 'tests/common.tl')
-rw-r--r-- | tests/common.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common.tl b/tests/common.tl index b94960cf..5ad35935 100644 --- a/tests/common.tl +++ b/tests/common.tl @@ -74,7 +74,7 @@ (iff (f^ #/CYGWIN/) (ret :cygwin)) (iff (f^ #/CYGNAL/) (ret :cygnal)) (iff (f^ #/Darwin/) (ret :macos)) - (iff (f^ #/OpenBSD/) (ret :openbsd)) + (iff #/BSD/ (ret :bsd)) (ret :unknown)) u.sysname]))) |