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