aboutsummaryrefslogtreecommitdiffstats
path: root/test/always.bats
diff options
context:
space:
mode:
Diffstat (limited to 'test/always.bats')
-rw-r--r--test/always.bats1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/always.bats b/test/always.bats
index 6698a2d..a4ab1a2 100644
--- a/test/always.bats
+++ b/test/always.bats
@@ -4,6 +4,5 @@ load test_helper
@test "check if do-files marked with always really do execute always" {
run redo always
- sync
[ $status -eq 0 ] && [ -e always_result ]
}