afscp: Add -l option
[openafs.git] / src / tests / copy-and-diff-gnu-mirror
1 #!/bin/sh
2 # $Id$
3 if test "X$FAST" != "X" ; then echo "Not running $0" ;  exit 0 ; fi
4 if test "X$LARGE" = "X" ; then echo "Not running large test $0" ;  exit 0 ; fi
5 original=${1-$AFSROOT/stacken.kth.se/ftp/pub}
6 (cd $original; tar cvf - gnu) 2>&4 | tar xvf - >&4
7 find gnu -type f -exec cmp '{}' $original/'{}' \;