aboutsummaryrefslogtreecommitdiffstats
path: root/test/always.do
diff options
context:
space:
mode:
Diffstat (limited to 'test/always.do')
-rw-r--r--test/always.do4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/always.do b/test/always.do
index 0c112e1..12e16ba 100644
--- a/test/always.do
+++ b/test/always.do
@@ -1,5 +1,7 @@
redo-ifchange always_test
-rm -f always_result
+rm always_result
redo-ifchange always_test
+
+rm always_test # TODO: move this to test-helper.bash somehow