diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-12-16 16:43:25 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-12-16 17:26:52 -0500 |
commit | e2b540c9e2a52500b17fa1005b26b2dd5a652c09 (patch) | |
tree | 148a9308e96f9cb86c30afd5743603cc364c9f99 /tests/bsd | |
parent | e82a7f51d4b4e90df868e5410a0445b009b54ff2 (diff) | |
download | bfs-e2b540c9e2a52500b17fa1005b26b2dd5a652c09.tar.xz |
tests: Fail early in bfs_diff if the diff fails
Otherwise, propagate the exit code from bfs
Diffstat (limited to 'tests/bsd')
-rw-r--r-- | tests/bsd/X.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bsd/X.sh b/tests/bsd/X.sh index df9a261..54000cf 100644 --- a/tests/bsd/X.sh +++ b/tests/bsd/X.sh @@ -1 +1 @@ -check_exit $EX_BFS bfs_diff -X weirdnames +! bfs_diff -X weirdnames |