* 'ia64-cramfs' of https://github.com/mator/util-linux:
  tests: add checksum for cramfs/mkfs for LE:16384 (ia64)
This commit is contained in:
Karel Zak 2021-01-05 12:37:23 +01:00
commit 54624b8f49
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ PAGE_SIZE=$($TS_HELPER_SYSINFO pagesize)
case "${BYTE_ORDER}:${PAGE_SIZE}" in
LE:4096)
MD5_EXP="a6667acb1cb0685d9eb5b9cd3724766c" ;;
LE:65536)
LE:16384 | LE:65536)
MD5_EXP="b60133682603b0118592b55f1dba017c" ;;
BE:4096)
MD5_EXP="eaf05031dc8ec97c91ba5c773635cc89" ;;