functionality-test-suite-20020114
[openafs.git] / src / tests / getdents-and-unlink2
1 #!/bin/sh
2 # $Id$
3 if test "X$FAST" != "X" ; then echo "Not running $0" ;  exit 0 ; fi
4 gzip -dc ${AFSROOT}/stacken.kth.se/ftp/pub/gnu/emacs/emacs-20.7.tar.gz |
5 tar vxf - >&4 2>&1 || exit 1
6 cd emacs-20.7 || exit 1
7 $objdir/rm-rf lisp || exit 1
8 test -d lisp && exit 1
9 exit 0