apenwarr-redo/t/200-shell/shelltest.do

10 lines
126 B
Text
Raw Normal View History

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