From: adilger Date: Tue, 29 Oct 2002 08:04:12 +0000 (+0000) Subject: Call common cleanup function. X-Git-Tag: v1_7_100~4374 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e6841fabc7851590beeefaa838fea01e5cd9e373;p=fs%2Flustre-release.git Call common cleanup function. --- diff --git a/lustre/tests/runtests b/lustre/tests/runtests index 1581fed..58556c2 100755 --- a/lustre/tests/runtests +++ b/lustre/tests/runtests @@ -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"