Finally fix the bsd testcase on the hppa architecture. Commit 1b7be556e553cdcef6213ead6340832c306011ed tried to fix it, but missed the fact that "uname -m" returns "parisc" or "parisc64" instead of "hppa*". Signed-off-by: Helge Deller <deller@xxxxxx> Cc: 827225@xxxxxxxxxxxxxxx diff -up ./tests/ts/fdisk/bsd.org ./tests/ts/fdisk/bsd --- ./tests/ts/fdisk/bsd.org 2016-08-15 22:16:24.849052620 +0200 +++ ./tests/ts/fdisk/bsd 2016-08-15 22:16:42.645094364 +0200 @@ -48,7 +48,7 @@ BYTE_ORDER=$($TS_HELPER_SYSINFO byte-ord ARCH=$(uname -m) case $ARCH in # see include/pt-bsd.h - *alpha* | *ppc* | *ia64* | *hppa* ) + *alpha* | *ppc* | *ia64* | *parisc* ) BSD_LABELSECTOR=0 BSD_LABELOFFSET=64 ;; -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html