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, 1 insertions, 0 deletions
diff --git a/test/always.bats b/test/always.bats
index a4ab1a2..b6dab37 100644
--- a/test/always.bats
+++ b/test/always.bats
@@ -3,6 +3,7 @@
load test_helper
@test "check if do-files marked with always really do execute always" {
+ skip "Not yet implemented"
run redo always
[ $status -eq 0 ] && [ -e always_result ]
}