From f3e465ae91367030ce6fcc3a9d7ca2ec7a5e0a52 Mon Sep 17 00:00:00 2001 From: Zorro Lang Date: Thu, 14 Nov 2019 22:01:38 +0800 Subject: [PATCH] generic/563: fix the wrong case number in golden image 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 Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- tests/generic/563.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2