apenwarr-redo/t/shelltest.do

9 lines
120 B
Text
Raw Normal View History

set +e
export SHELLTEST_QUIET=1
( . ./shelltest.od )
RV=$?
case $RV in
40) exit 0 ;;
42) exit 0 ;;
*) exit 1 ;;
esac