aboutsummaryrefslogtreecommitdiffstats
path: root/test/always.bats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-02-07 19:41:26 +0100
committerTharre <tharre3@gmail.com>2015-02-07 19:41:26 +0100
commit6fe2d9cb44515c4db53686327086f2ae894cad60 (patch)
tree2897f8ab2e1e1014a893fab7de9536d3e94f839b /test/always.bats
parent6990e949396c6023bffc4d7dd2f7320fd2aa91be (diff)
downloadredo-6fe2d9cb44515c4db53686327086f2ae894cad60.tar.gz
redo-6fe2d9cb44515c4db53686327086f2ae894cad60.tar.xz
redo-6fe2d9cb44515c4db53686327086f2ae894cad60.zip
Fix always testcase but skip it for now
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 ]
}