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, 9 insertions, 0 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
new file mode 100644
index 0000000..db431a4
--- /dev/null
+++ b/tests/a--b,a--c,b--d,c--d/all.do
@@ -0,0 +1,9 @@
+. ../include.sh
+
+rm -rf a b c d
+
+redo-ifchange a
+
+assert "a--b,a--c,b--d,c--d" << !
+[ "$(cat a)" = "abdcd" ]
+!