Message ID | 20191114140138.9299-1-zlang@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | generic/563.out: fix the wrong case number in golden image | expand |
diff --git a/tests/generic/563.out b/tests/generic/563.out index 277f4bcb..29bfbf53 100644 --- a/tests/generic/563.out +++ b/tests/generic/563.out @@ -1,4 +1,4 @@ -QA output created by 011 +QA output created by 563 read/write read is in range write is in range
The first line of generic/563.out is wrong, the number should be 563, not 011. This mismatch will always cause testing fail. Signed-off-by: Zorro Lang <zlang@redhat.com> --- tests/generic/563.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)