diff options
Diffstat (limited to 'tests/gnu/fprint_noerror.sh')
-rw-r--r-- | tests/gnu/fprint_noerror.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/gnu/fprint_noerror.sh b/tests/gnu/fprint_noerror.sh new file mode 100644 index 0000000..142e935 --- /dev/null +++ b/tests/gnu/fprint_noerror.sh @@ -0,0 +1,3 @@ +# Regression test: /dev/full should not fail until actually written to +skip_unless test -e /dev/full +invoke_bfs basic -false -fprint /dev/full |