On Mon, Aug 15, 2016 at 10:26:30PM +0200, Helge Deller wrote:
> 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 <del...@gmx.de>
> Cc: 827...@bugs.debian.org
> 
> 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* )

Applied, but we had hppa also in ./confugure, so I guess that "hppa"
has been also correct for some boxes. It seems more robust to use

    *alpha* | *ppc* | *ia64* | *hppa* | *parisc* ) 

for sure. Fixed.

Thanks

    Karel

-- 
 Karel Zak  <k...@redhat.com>
 http://karelzak.blogspot.com

Reply via email to