diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 8aa4c66f713cfabd49353ff676ba949074c42581..7b24a8593ff764b7a72f0d5bdc58385cdc7ac74b 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -228,7 +228,7 @@ test_2() { echo " Create $LIMIT files ..." $RUNAS createmany -m ${TESTFILE} $LIMIT || \ - error "(usr) create failure, but except success" + error "(usr) create failure, but expect success" echo " Done" echo " Create out of file quota ..." $RUNAS touch ${TESTFILE}_xxx && \