Skip to content

Commit

Permalink
tests/bfs/help: Fix exit status
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Oct 23, 2023
1 parent 8c06e03 commit e1390e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/bfs/help.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
invoke_bfs -help | grep -E '\{...?\}' && fail
invoke_bfs -D help | grep -E '\{...?\}' && fail
invoke_bfs -S help | grep -E '\{...?\}' && fail
invoke_bfs -regextype help | grep -E '\{...?\}' && fail
! invoke_bfs -help | grep -E '\{...?\}' || fail
! invoke_bfs -D help | grep -E '\{...?\}' || fail
! invoke_bfs -S help | grep -E '\{...?\}' || fail
! invoke_bfs -regextype help | grep -E '\{...?\}' || fail

0 comments on commit e1390e2

Please sign in to comment.