Whamcloud - gitweb
Branch b1_6
authoradilger <adilger>
Mon, 12 May 2008 03:45:46 +0000 (03:45 +0000)
committeradilger <adilger>
Mon, 12 May 2008 03:45:46 +0000 (03:45 +0000)
Fix typo in error message.

lustre/tests/sanity-quota.sh

index 8995116..dd39105 100644 (file)
@@ -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 && \