From 338ee6dc275f49be67fd098faf2d85458b75b0f2 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Thu, 9 May 2013 11:04:45 -0600 Subject: [PATCH] LU-3303 test: sanity-quota test_18 incomplete error message test_18 is sending the error message to quota_error with two string literals with no line continuation. quota_error essentially ignores the second string literal. Signed-off-by: James Nunez Change-Id: I54e5cccf307349fab072d6fac2832f6bd98a3bfd Reviewed-on: http://review.whamcloud.com/6302 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: Keith Mannthey Reviewed-by: Oleg Drokin --- lustre/tests/sanity-quota.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index aaae98a..78b62a9 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -1697,7 +1697,7 @@ test_18_sub () { local testfile_size=$(stat -c %s $TESTFILE) if [ $testfile_size -ne $((BLK_SZ * 1024 * 100)) ] ; then - quota_error u $TSTUSR "expect $((BLK_SZ * 1024 * 100))," + quota_error u $TSTUSR "expect $((BLK_SZ * 1024 * 100))," \ "got ${testfile_size}. Verifying file failed!" fi cleanup_quota_test -- 1.8.3.1