diff options
Diffstat (limited to 'test/fail.bats')
-rw-r--r-- | test/fail.bats | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/fail.bats b/test/fail.bats index 7ccbd07..1a77ced 100644 --- a/test/fail.bats +++ b/test/fail.bats @@ -9,6 +9,5 @@ load test_helper @test "invoke with failing do-file" { run redo fail - sync [ $status -ne 0 ] && [ ! -e fail_result ] } |