aboutsummaryrefslogtreecommitdiffstats
path: root/test/always.bats
diff options
context:
space:
mode:
Diffstat (limited to 'test/always.bats')
-rw-r--r--test/always.bats9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/always.bats b/test/always.bats
deleted file mode 100644
index b6dab37..0000000
--- a/test/always.bats
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env bats
-
-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 ]
-}