check that link() doesn't cause statinfo to be corrupted/reverted for
[arla.git] / tests / getdents-and-unlink2
blob2b714055dbd47b5b8a10e8ad57ce36db937c73a7
1 #!/bin/sh
2 # $Id$
3 if test "X$FAST" != "X" ; then echo "Not running $0" >&4; exit 0 ; fi
4 gzip -dc ${AFSROOT}/stacken.kth.se/ftp/pub/gnu/emacs/emacs-21.2.tar.gz |
5 tar vxf - >&4 2>&1 || exit 1
6 cd emacs-21.2 || exit 1
7 $objdir/rm-rf lisp || exit 1
8 test -d lisp && exit 1
9 exit 0