From c74c0fc1a8f1b83342289b96baa5018790abc27a Mon Sep 17 00:00:00 2001 From: grev Date: Fri, 25 Sep 2009 15:44:43 +0000 Subject: [PATCH] b=19242 i=Robert.Read add MOUNT2 check to check_and_setup_lustre fn minor fix --- lustre/tests/test-framework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 61e909e..73513ef 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -1904,7 +1904,7 @@ check_and_cleanup_lustre() { [ "$ENABLE_QUOTA" ] && restore_quota_type || true fi if [ "$I_UMOUNTED2" = "yes" ]; then - mount_client $MOUNT2 || error "restore MOUNT2 failed" + mount_client $MOUNT2 || error "restore $MOUNT2 failed" fi if [ "$I_MOUNTED" = "yes" ]; then -- 1.8.3.1