From 54d6f97c895490e2699e560990b37df95f3d1d87 Mon Sep 17 00:00:00 2001 From: Tharre Date: Mon, 13 Jul 2015 15:01:47 +0200 Subject: 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. --- tests/ifcreate/a.do | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/ifcreate/a.do (limited to 'tests/ifcreate/a.do') diff --git a/tests/ifcreate/a.do b/tests/ifcreate/a.do deleted file mode 100644 index 7f58ce4..0000000 --- a/tests/ifcreate/a.do +++ /dev/null @@ -1,11 +0,0 @@ - -if [ -e b ]; then - echo -n "b" | cat - a > $3 -else - redo-ifcreate b - if [ -e a ]; then - echo -n "a" | cat - a > $3 - else - echo "a" > $3 - fi -fi -- cgit v1.2.3-70-g09d2