*** empty log message ***
[arla.git] / tests / getdents-and-unlink1
blobf62cfb1cfb713e4edc8bd2d7c4f73917b47c2aa7
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-softer lisp || exit 1
8 test -d lisp && exit 1
9 exit 0