From f17f60d941f4390dff22ce4272b509bfbf14c626 Mon Sep 17 00:00:00 2001 From: grev Date: Wed, 12 Sep 2007 23:18:56 +0000 Subject: [PATCH] b=13486 i=Nathan Increase a set of files to choose from. --- lustre/tests/runtests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/runtests b/lustre/tests/runtests index d49738b..89e23d8 100755 --- a/lustre/tests/runtests +++ b/lustre/tests/runtests @@ -31,7 +31,7 @@ log() { ERROR= -SRC=/etc +SRC="/etc /bin" [ "$COUNT" ] || COUNT=1000 [ "$MCREATE" ] || MCREATE=mcreate @@ -100,7 +100,7 @@ mkdir $DST || fail "can't mkdir $DST" 10 # ok, that hopefully worked, so let's do a little more, with files that # haven't changed in the last day (hopefully they don't change during test) -FILES=`find $SRC -type f -mtime +1 -ctime +1 | head -n $COUNT` +FILES=`find $SRC -type f -mtime +1 | head -n $COUNT` [ -z "$FILES" ] && fail "No unchanged files - is $SRC a new dir?" log "copying files from $SRC to $DST$SRC at `date`" -- 1.8.3.1