diff options
Diffstat (limited to 'tests/bfs/warn_exclude_path.sh')
-rw-r--r-- | tests/bfs/warn_exclude_path.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bfs/warn_exclude_path.sh b/tests/bfs/warn_exclude_path.sh new file mode 100644 index 0000000..988544e --- /dev/null +++ b/tests/bfs/warn_exclude_path.sh @@ -0,0 +1,2 @@ +stderr=$(invoke_bfs -warn -exclude basic -name '*f*' 2>&1 >/dev/null) +[ -n "$stderr" ] |