diff options
author | Tharre <tharre3@gmail.com> | 2015-02-07 19:41:26 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2015-02-07 19:41:26 +0100 |
commit | 6fe2d9cb44515c4db53686327086f2ae894cad60 (patch) | |
tree | 2897f8ab2e1e1014a893fab7de9536d3e94f839b /test/always.do | |
parent | 6990e949396c6023bffc4d7dd2f7320fd2aa91be (diff) | |
download | redo-6fe2d9cb44515c4db53686327086f2ae894cad60.tar.gz redo-6fe2d9cb44515c4db53686327086f2ae894cad60.tar.xz redo-6fe2d9cb44515c4db53686327086f2ae894cad60.zip |
Fix always testcase but skip it for now
Diffstat (limited to 'test/always.do')
-rw-r--r-- | test/always.do | 4 |
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 |