aboutsummaryrefslogtreecommitdiffstats
path: root/tests/a--c,b--c,c--d/all.do
diff options
context:
space:
mode:
Diffstat (limited to 'tests/a--c,b--c,c--d/all.do')
-rw-r--r--tests/a--c,b--c,c--d/all.do10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/a--c,b--c,c--d/all.do b/tests/a--c,b--c,c--d/all.do
deleted file mode 100644
index 2c93c8a..0000000
--- a/tests/a--c,b--c,c--d/all.do
+++ /dev/null
@@ -1,10 +0,0 @@
-. ../include.sh
-
-rm -rf a b c d
-
-redo-ifchange a b
-
-assert "a--c,b--c,c--d" << !
-[ "$(cat a)" = "acd" ] &&
-[ "$(cat b)" = "bcd" ]
-!