From: AKASHI Takahiro Date: Tue, 11 Sep 2018 06:59:17 +0000 (+0900) Subject: fs-test: fix false positive error at Test Case 12 X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=e75996ce54f04798e4d0db0e93dd304ec12b0405;p=u-boot.git fs-test: fix false positive error at Test Case 12 The error message to be matched is wrong. Fix it. Signed-off-by: AKASHI Takahiro Signed-off-by: Alexander Graf --- diff --git a/test/fs/fs-test.sh b/test/fs/fs-test.sh index 9482239562..e002b91051 100755 --- a/test/fs/fs-test.sh +++ b/test/fs/fs-test.sh @@ -522,7 +522,7 @@ function check_results() { "TC11: 1MB write to $3.w - content verified" # Check lookup of 'dot' directory - grep -A4 "Test Case 12 " "$1" | grep -q 'Unable to write file' + grep -A4 "Test Case 12 " "$1" | grep -q 'Unable to write' pass_fail "TC12: 1MB write to . - write denied" # Check directory traversal