summaryrefslogtreecommitdiffstats
path: root/tests/bfs/execdir_plus_nonexistent.sh
blob: 8436953abca4498361e60f8d1abf11bd5a60be4b (plain)
1
2
3
4
5
stderr=$(invoke_bfs basic -execdir "$TESTS/nonexistent" {} + 2>&1 >/dev/null)
[ -n "$stderr" ] || return 1

bfs_diff basic -execdir "$TESTS/nonexistent" {} + -print
(($? == EX_BFS))