diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-08-19 12:44:32 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-08-19 12:44:32 -0400 |
commit | 46c3a6d6cf5cbcee6add3350b0969578ef09a06b (patch) | |
tree | b75df2fa3f2de15202e6903578fb722981ddf89d /tests/gnu/fprint_noerror.sh | |
parent | 9cf398b74f51b4d7eb6838385b889fa013b6af76 (diff) | |
download | bfs-46c3a6d6cf5cbcee6add3350b0969578ef09a06b.tar.xz |
tests/bfs: Add -noerror tests
Diffstat (limited to 'tests/gnu/fprint_noerror.sh')
-rw-r--r-- | tests/gnu/fprint_noerror.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/gnu/fprint_noerror.sh b/tests/gnu/fprint_noerror.sh deleted file mode 100644 index f13a62b..0000000 --- a/tests/gnu/fprint_noerror.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Regression test: /dev/full should not fail until actually written to -test -e /dev/full || skip -invoke_bfs basic -false -fprint /dev/full |