Util-Linux package development
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
To: util-linux@vger.kernel.org
Cc: Ruediger Meier <ruediger.meier@ga-group.nl>, 827225@bugs.debian.org
Subject: [PATCH] tests: really fix fdisk/bsd for hppa
Date: Mon, 15 Aug 2016 22:26:30 +0200	[thread overview]
Message-ID: <20160815202630.GA14518@ls3530.box> (raw)

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@gmx.de>
Cc: 827225@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* )
 		BSD_LABELSECTOR=0
 		BSD_LABELOFFSET=64
 		;;

             reply	other threads:[~2016-08-15 20:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-15 20:26 Helge Deller [this message]
2016-08-16 11:43 ` [PATCH] tests: really fix fdisk/bsd for hppa Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160815202630.GA14518@ls3530.box \
    --to=deller@gmx.de \
    --cc=827225@bugs.debian.org \
    --cc=ruediger.meier@ga-group.nl \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox