functionality-test-suite-20020114
[openafs.git] / src / tests / untar-openafs
1 #!/bin/sh
2 # $Id$
3 if test "X$FAST" != "X" ; then echo "Not running $0" ;  exit 0 ; fi
4 wget http://www.openafs.org/dl/1.2.2/openafs-1.2.2-src.tar.gz
5 for i in 1 2 3 4 5 6 7 8 9 10; do
6   $objdir/echo-n '.' >&3
7   gzip -dc openafs-1.2.2-src.tar.gz | tar xvf - >&4 || exit 1
8   rm -rf openafs-1.2.2
9 done
10 echo >&3