diff options
Diffstat (limited to 'test/always.bats')
-rw-r--r-- | test/always.bats | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/always.bats b/test/always.bats index a4ab1a2..6698a2d 100644 --- a/test/always.bats +++ b/test/always.bats @@ -4,5 +4,6 @@ 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 ] } |