4 if test "X$FAST" != "X" ; then echo "Not running $0" >&4; exit 0 ; fi
5 if test "X$LARGE" = "X" ; then echo "Not running large test $0" >&4; exit 0 ; fi
8 sourcefile
=$AFSROOT/stacken.kth.se
/ftp
/pub
/arla
/tests
/$filename
9 sha1val
=`cat $AFSROOT/stacken.kth.se/ftp/pub/arla/tests/$filename.sha1`
11 test -f $sourcefile ||
exit 1
12 cp $sourcefile . ||
exit 1
13 $objdir/sha1sum $filename|
grep $sha1val > /dev
/null ||
exit 1