mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
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 <takahiro.akashi@linaro.org> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
d39f6a617c
commit
e75996ce54
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue