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

rm -rf fail

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

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