aboutsummaryrefslogtreecommitdiffstats
path: root/tests/a--b,a--c,b--c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/a--b,a--c,b--c')
-rw-r--r--tests/a--b,a--c,b--c/a.do3
-rw-r--r--tests/a--b,a--c,b--c/all.do9
-rw-r--r--tests/a--b,a--c,b--c/b.do3
-rw-r--r--tests/a--b,a--c,b--c/c.do1
4 files changed, 0 insertions, 16 deletions
diff --git a/tests/a--b,a--c,b--c/a.do b/tests/a--b,a--c,b--c/a.do
deleted file mode 100644
index 2a1b779..0000000
--- a/tests/a--b,a--c,b--c/a.do
+++ /dev/null
@@ -1,3 +0,0 @@
-redo-ifchange b c
-
-echo -n "a" | cat - b c > $3
diff --git a/tests/a--b,a--c,b--c/all.do b/tests/a--b,a--c,b--c/all.do
deleted file mode 100644
index dab5463..0000000
--- a/tests/a--b,a--c,b--c/all.do
+++ /dev/null
@@ -1,9 +0,0 @@
-. ../include.sh
-
-rm -rf a b c
-
-redo-ifchange a
-
-assert "a--b,a--c,b--c" << !
-[ "$(cat a)" = "abcc" ]
-!
diff --git a/tests/a--b,a--c,b--c/b.do b/tests/a--b,a--c,b--c/b.do
deleted file mode 100644
index fc555dd..0000000
--- a/tests/a--b,a--c,b--c/b.do
+++ /dev/null
@@ -1,3 +0,0 @@
-redo-ifchange c
-
-echo -n "b" | cat - c > $3
diff --git a/tests/a--b,a--c,b--c/c.do b/tests/a--b,a--c,b--c/c.do
deleted file mode 100644
index 6a816ac..0000000
--- a/tests/a--b,a--c,b--c/c.do
+++ /dev/null
@@ -1 +0,0 @@
-echo -n "c" > $3