afscp: Add -l option
[openafs.git] / src / tests / test-front.sh
1 #!/bin/sh
2 pwd=`pwd`
3 cell=$1
4 ./reauth.pl
5 PERL5LIB=$pwd
6 export PERL5LIB
7 WORKDIR=/afs/${cell}/unreplicated
8 export WORKDIR
9 ./run-tests -all
10