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

rm -rf a b c

redo-ifchange a

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