Whamcloud - gitweb
b=20259
authorgrev <grev>
Sat, 25 Jul 2009 11:13:31 +0000 (11:13 +0000)
committergrev <grev>
Sat, 25 Jul 2009 11:13:31 +0000 (11:13 +0000)
i=Brian
get rid of useless rm PI*

lustre/tests/mdsrate-create-large.sh
lustre/tests/mdsrate-create-small.sh

index c78ce9a..5201349 100644 (file)
@@ -43,7 +43,7 @@ $LFS setstripe $TESTDIR -c -1
 get_stripe $TESTDIR
 
 # Make sure we start with a clean slate
-rm -f ${LOG} PI*
+rm -f ${LOG}
 
 if [ -n "$NOSINGLE" ]; then
     echo "NO Test for creates for a single client."
index 4babb26..b5db20f 100644 (file)
@@ -34,7 +34,7 @@ fi
 [ ! -x ${MDSRATE} ] && error "${MDSRATE} not built."
 
 # Make sure we start with a clean slate
-rm -f ${LOG} PI*
+rm -f ${LOG}
 
 log "===== $0 ====== "