functionality-test-suite-20020114
[openafs.git] / src / tests / find-linux
1 #!/bin/sh
2 # $Id$
3 if test "X$FAST" != "X" ; then echo "Not running $0" ;  exit 0 ; fi
4 linux_src=${1-$AFSROOT/pdc.kth.se/src/OS/Linux/}
5 (cd ${linux_src} ; find . ) >&4