From e6841fabc7851590beeefaa838fea01e5cd9e373 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 29 Oct 2002 08:04:12 +0000 Subject: [PATCH] Call common cleanup function. --- lustre/tests/runtests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 1.8.3.1