Whamcloud - gitweb
Call common cleanup function.
authoradilger <adilger>
Tue, 29 Oct 2002 08:04:12 +0000 (08:04 +0000)
committeradilger <adilger>
Tue, 29 Oct 2002 08:04:12 +0000 (08:04 +0000)
lustre/tests/runtests

index 1581fed..58556c2 100755 (executable)
@@ -88,7 +88,7 @@ done
 
 [ "$ERROR" ] && fail "old and new files are different" $ERROR
 
-$LCONF --cleanup $OPTS || exit 19
+cleanup || exit 19
 $LCONF $OPTS || exit 20
 
 echo "comparing previously copied files"
@@ -99,7 +99,7 @@ done
 
 [ "$ERROR" ] && fail "old and new files are different on second diff" $ERROR
 
-$LCONF --cleanup $OPTS || exit 29
+cleanup || exit 29
 $LCONF $OPTS || exit 30
 
 echo "renaming $HOSTS.ren to $HOSTS"