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

Branch HEAD

Fix typo in error message.
parent 9d3e6f4c
No related branches found
No related tags found
No related merge requests found
...@@ -228,7 +228,7 @@ test_2() { ...@@ -228,7 +228,7 @@ test_2() {
echo " Create $LIMIT files ..." echo " 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"
echo " Done" echo " Done"
echo " Create out of file quota ..." echo " 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