From 17e18ecaf6839ab43e0cae971bd50b4d2463dbb7 Mon Sep 17 00:00:00 2001 From: adilger <adilger> Date: Mon, 12 May 2008 03:45:46 +0000 Subject: [PATCH] Branch b1_6 Fix typo in error message. --- lustre/tests/sanity-quota.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 899511629c..dd39105664 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -269,7 +269,7 @@ test_2_sub() { log " Create $LIMIT files ..." $RUNAS createmany -m ${TESTFILE} $LIMIT || \ - error "(usr) create failure, but except success" + error "(usr) create failure, but expect success" log " Done" log " Create out of file quota ..." $RUNAS touch ${TESTFILE}_xxx && \ @@ -297,7 +297,7 @@ test_2_sub() { log " Create $LIMIT files ..." $RUNAS createmany -m ${TESTFILE} $LIMIT || \ - error "(usr) create failure, but except success" + error "(usr) create failure, but expect success" log " Done" log " Create out of file quota ..." $RUNAS touch ${TESTFILE}_xxx && \ -- GitLab