aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fail/all.do
blob: 1e3091da852eef41e160ef79a223a2565649748c (plain) (blame)
1
2
3
4
5
6
7
8
9
. ../include.sh

rm -rf fail

redo-ifchange fail 2> /dev/null || true

assert "abort if do-script returns nonzero" << !
[ ! -e fail ]
!