diff options
Diffstat (limited to 'tests/bfs/noerror_nowarn.sh')
-rw-r--r-- | tests/bfs/noerror_nowarn.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bfs/noerror_nowarn.sh b/tests/bfs/noerror_nowarn.sh new file mode 100644 index 0000000..26e7e68 --- /dev/null +++ b/tests/bfs/noerror_nowarn.sh @@ -0,0 +1,2 @@ +stderr=$(invoke_bfs inaccessible -noerror -nowarn 2>&1 >/dev/null) +[ -z "$stderr" ] |