From 7d68802abe8717fe87def62dc00e3bda01ac3ef0 Mon Sep 17 00:00:00 2001 From: yury Date: Thu, 5 Oct 2006 12:53:35 +0000 Subject: [PATCH] - uncomment clanup in sanity.sh --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 2026f9d..aadc29e 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -3162,7 +3162,7 @@ if [ "`mount | grep ^$NAME`" ]; then rm -rf $DIR/[Rdfs][1-9]* fi if [ "$I_MOUNTED" = "yes" ]; then -# cleanupall -f || error "cleanup failed" + cleanupall -f || error "cleanup failed" fi -- 1.8.3.1