Skip to content
Snippets Groups Projects
Commit 17e18eca authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch b1_6

Fix typo in error message.
parent 53cd434c
No related branches found
No related tags found
No related merge requests found
...@@ -269,7 +269,7 @@ test_2_sub() { ...@@ -269,7 +269,7 @@ test_2_sub() {
log " Create $LIMIT files ..." log " Create $LIMIT files ..."
$RUNAS createmany -m ${TESTFILE} $LIMIT || \ $RUNAS createmany -m ${TESTFILE} $LIMIT || \
error "(usr) create failure, but except success" error "(usr) create failure, but expect success"
log " Done" log " Done"
log " Create out of file quota ..." log " Create out of file quota ..."
$RUNAS touch ${TESTFILE}_xxx && \ $RUNAS touch ${TESTFILE}_xxx && \
...@@ -297,7 +297,7 @@ test_2_sub() { ...@@ -297,7 +297,7 @@ test_2_sub() {
log " Create $LIMIT files ..." log " Create $LIMIT files ..."
$RUNAS createmany -m ${TESTFILE} $LIMIT || \ $RUNAS createmany -m ${TESTFILE} $LIMIT || \
error "(usr) create failure, but except success" error "(usr) create failure, but expect success"
log " Done" log " Done"
log " Create out of file quota ..." log " Create out of file quota ..."
$RUNAS touch ${TESTFILE}_xxx && \ $RUNAS touch ${TESTFILE}_xxx && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment