diff options
author | Tharre <tharre3@gmail.com> | 2015-07-13 15:01:47 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2015-07-13 15:33:43 +0200 |
commit | 54d6f97c895490e2699e560990b37df95f3d1d87 (patch) | |
tree | 902d7cfcb839195f84dce0507645e5cc6d6256f5 /tests/dependency-loop/all.do | |
parent | 3493dac92c9da21823b39b53b808745859fb9950 (diff) | |
download | redo-54d6f97c895490e2699e560990b37df95f3d1d87.tar.gz redo-54d6f97c895490e2699e560990b37df95f3d1d87.tar.xz redo-54d6f97c895490e2699e560990b37df95f3d1d87.zip |
Replace custom test-suite with sharness
This should make the hole test-suite a bit more standard (by outputting TAP), as
well as making it easier to test redo in a controlled environment.
In contrast to bats, sharness requires no external dependencies.
Diffstat (limited to 'tests/dependency-loop/all.do')
-rw-r--r-- | tests/dependency-loop/all.do | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/dependency-loop/all.do b/tests/dependency-loop/all.do deleted file mode 100644 index 79e5f6d..0000000 --- a/tests/dependency-loop/all.do +++ /dev/null @@ -1,5 +0,0 @@ -. ../include.sh - -assert "dependency-loop" << ! -timeout 1 redo-ifchange a -! |