From 46c3a6d6cf5cbcee6add3350b0969578ef09a06b Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 19 Aug 2024 12:44:32 -0400 Subject: tests/bfs: Add -noerror tests --- tests/gnu/fprint_noerror.sh | 3 --- tests/gnu/fprint_unreached_error.sh | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 tests/gnu/fprint_noerror.sh create mode 100644 tests/gnu/fprint_unreached_error.sh (limited to 'tests/gnu') 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 diff --git a/tests/gnu/fprint_unreached_error.sh b/tests/gnu/fprint_unreached_error.sh new file mode 100644 index 0000000..f13a62b --- /dev/null +++ b/tests/gnu/fprint_unreached_error.sh @@ -0,0 +1,3 @@ +# Regression test: /dev/full should not fail until actually written to +test -e /dev/full || skip +invoke_bfs basic -false -fprint /dev/full -- cgit v1.2.3