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