aboutsummaryrefslogtreecommitdiffstats
path: root/tests/a--c,b--c,c--d/all.do
blob: 2c93c8a0d688060ef895cf0be353035346f1d8be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
. ../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" ]
!