aboutsummaryrefslogtreecommitdiffstats
path: root/tests/a--c,b--c/all.do
blob: 6724b3888e7351c5dbba629df5e873e279fcce0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
. ../include.sh

rm -rf a b c

redo-ifchange a b

assert "a--c,b--c" << !
[ "$(cat a)" = "ac" ] &&
[ "$(cat b)" = "bc" ]
!