From 4ce557b93377a4d962176ce6bae55c2c5d777263 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 24 Jul 2002 16:10:41 +0000 Subject: [PATCH] Actually use the COUNT value. --- lustre/tests/runtests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/runtests b/lustre/tests/runtests index 7e49c4d..c999a4d 100755 --- a/lustre/tests/runtests +++ b/lustre/tests/runtests @@ -12,7 +12,7 @@ export PATH=/sbin:/usr/sbin:$SRCDIR:$PATH ERROR= SRC=/etc -COUNT=100 +COUNT=1000 setup_opts $@ @@ -27,7 +27,7 @@ echo "comparing /etc/hosts and $OSCMT/hosts" diff -u /etc/hosts $OSCMT/hosts || fail "$OSCMT/hosts different" 4 # ok, that hopefully worked, so let's do a little more -FILES=`find $SRC -type f | head -100` +FILES=`find $SRC -type f | head -$COUNT` echo "copying files from $SRC to $OSCMT$SRC" tar cf - $FILES | tar xvf - -C $OSCMT || fail "copying $SRC" 10 -- 1.8.3.1