diff options
Diffstat (limited to 'tests/gnu/exec_nothing.sh')
-rw-r--r-- | tests/gnu/exec_nothing.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gnu/exec_nothing.sh b/tests/gnu/exec_nothing.sh index 9d613e8..443aa0d 100644 --- a/tests/gnu/exec_nothing.sh +++ b/tests/gnu/exec_nothing.sh @@ -1,2 +1,2 @@ # Regression test: don't segfault on missing command -fail invoke_bfs basic -exec \; +! invoke_bfs basic -exec \; |