diff options
Diffstat (limited to 'tests/common/execdir_nonexistent.sh')
-rw-r--r-- | tests/common/execdir_nonexistent.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/common/execdir_nonexistent.sh b/tests/common/execdir_nonexistent.sh new file mode 100644 index 0000000..5d116e5 --- /dev/null +++ b/tests/common/execdir_nonexistent.sh @@ -0,0 +1,5 @@ +stderr=$(invoke_bfs basic -execdir "$TESTS/nonexistent" {} \; 2>&1 >/dev/null) +[ -n "$stderr" ] || return 1 + +bfs_diff basic -print -execdir "$TESTS/nonexistent" {} \; -print +(($? == EX_BFS)) |