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" ] !