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