using `$MAKE && exit 1', but make sure the last command in the
test is successful.
+2006-03-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * tests/depcomp6.test, tests/depcomp7.test: Change back to
+ using `$MAKE && exit 1', but make sure the last command in the
+ test is successful.
+
2006-03-21 Clifford Wolf <clifford@clifford.at> (tiny change)
Stepan Kasal <kasal@ucw.cz>
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
cd sub2
$sleep
echo 'choke me' > sub3/ba3.h
- if $MAKE; then false; else :; fi
+ $MAKE && exit 1
fi
+:
cd sub2
$sleep
echo 'choke me' > sub3/ba3.h
- if $MAKE; then false; else :; fi
+ $MAKE && exit 1
fi
+: