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

rm -rf a b c d

redo-ifchange a

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