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