*** empty log message ***
[arla.git] / tests / getdents-and-unlink3
blob57cbb3d16793e9443be7c5669170107bca579b70
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-22.1.tar.gz |
5 tar vxf - >&4 2>&1 || exit 1
6 cd emacs-22.1 || exit 1
7 $objdir/kill-softly lisp || exit 1
8 test -d lisp && exit 1
9 exit 0