1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/testing/diffoscope/tests-uimage-fix-diff-output.patch
Kevin Daudt 8501c0f0d7 testing/diffoscope: fix uimage test
The test fails because the output is slightly different than what the
test expects.
2021-12-21 15:51:18 +00:00

10 lines
1 KiB
Diff

diff --git a/tests/data/uimage_expected_diff b/tests/data/uimage_expected_diff
index a78edfc..18fe328 100644
--- a/tests/data/uimage_expected_diff
+++ b/tests/data/uimage_expected_diff
@@ -1,3 +1,3 @@
@@ -1 +1 @@
--u-boot legacy uImage, , Linux/PowerPC, RAMDisk Image (Not compressed), 1024 bytes, Fri Nov 27 19:49:00 2020, Load Address: 0x00000000, Entry Point: 0x00000000, Header CRC: 0xF87AD200, Data CRC: 0x347161A5
-+u-boot legacy uImage, , Linux/PowerPC, RAMDisk Image (Not compressed), 1024 bytes, Fri Nov 27 19:49:24 2020, Load Address: 0x00000000, Entry Point: 0x00000000, Header CRC: 0xE86686F7, Data CRC: 0xC63C4A06
+-u-boot legacy uImage, , Linux/PowerPC, RAMDisk Image (Not compressed), 1024 bytes, Fri Nov 27 19:49:00 2020, Load Address: 00000000, Entry Point: 00000000, Header CRC: 0XF87AD200, Data CRC: 0X347161A5
++u-boot legacy uImage, , Linux/PowerPC, RAMDisk Image (Not compressed), 1024 bytes, Fri Nov 27 19:49:24 2020, Load Address: 00000000, Entry Point: 00000000, Header CRC: 0XE86686F7, Data CRC: 0XC63C4A06