From 5d03c9d460d1c1afcdf062d494537986ce96a690 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 19 Aug 2024 12:44:49 -0400 Subject: eval: Don't warn about suppressed errors without -noerror --- tests/bfs/warn_without_noerror.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/bfs/warn_without_noerror.sh (limited to 'tests') diff --git a/tests/bfs/warn_without_noerror.sh b/tests/bfs/warn_without_noerror.sh new file mode 100644 index 0000000..5167309 --- /dev/null +++ b/tests/bfs/warn_without_noerror.sh @@ -0,0 +1,2 @@ +# bfs shouldn't print "warning: Suppressed errors" without -noerror +! invoke_bfs inaccessible -warn 2>&1 >/dev/null | grep warning >&2 -- cgit v1.2.3