diff options
Diffstat (limited to 'tests/gnu/exec_flush_fail.sh')
-rw-r--r-- | tests/gnu/exec_flush_fail.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gnu/exec_flush_fail.sh b/tests/gnu/exec_flush_fail.sh index 4772a14..ce796b2 100644 --- a/tests/gnu/exec_flush_fail.sh +++ b/tests/gnu/exec_flush_fail.sh @@ -1,3 +1,3 @@ # Failure to flush streams before exec should be caught -skip_unless test -e /dev/full +test -e /dev/full || skip fail invoke_bfs basic -print0 -exec true \; >/dev/full |