mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-25 12:21:14 -03:00
Skip some tests on OpenBSD
sigint2 would hang (probably because of different semantics in signal delivery?) wcstod isn't implemented correctly, so math can't do hex numbers. OpenBSD only passes the filename as argv[0] and doesn't give us another feature I know of, so status fish-path can't work.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#RUN: %fish %s
|
||||
# OpenBSD doesn't do hex numbers in str/wcstod (like C99 requires).
|
||||
# So let's skip this.
|
||||
#REQUIRES: test "$(uname)" != OpenBSD
|
||||
# Validate basic expressions
|
||||
math 3 / 2
|
||||
# CHECK: 1.5
|
||||
|
||||
Reference in New Issue
Block a user