summaryrefslogtreecommitdiffstats
path: root/usr.sbin/afs/src/tests/deep-tree
blob: f9136b8961bf72eb9c6606c3c9fdf561bf196c8c (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
# $KTH: deep-tree,v 1.7 2000/07/03 16:11:15 haba Exp $
if test "X$FAST" != "X" ; then echo "Not running $0" ;exit 0; fi

mkdir foo && ( cd foo && $SHELL $SHELLVERBOSE ${srcdir}/dir-tree 5 "0 1 2 3 4 5 6 7 8 9" )
${objdir}/rm-rf foo