All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] fix file testcase for parisc architecture
@ 2013-11-19 21:43 Helge Deller
  2013-11-20 12:46 ` chrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Helge Deller @ 2013-11-19 21:43 UTC (permalink / raw)
  To: ltp-list

The PA-RISC architecture is big-endian.
Add it to the big-endian platforms list, which then fixes this testcase.

Signed-off-by: Helge Deller <deller@gmx.de>

diff --git a/testcases/commands/ade/file/file_test.sh b/testcases/commands/ade/file/file_test.sh
index a7cdf55..9914ebe 100755
--- a/testcases/commands/ade/file/file_test.sh
+++ b/testcases/commands/ade/file/file_test.sh
@@ -339,7 +339,7 @@ fi
 
   if uname -m |
     grep -qe '\(m68k\)\|\(sparc\)\|\(mips\b\)\|\(mipseb\)\|\(sh.eb\)' \
-         -e '\(powerpc\)\|\(ppc\)\|\(s390\)'; then
+         -e '\(powerpc\)\|\(ppc\)\|\(s390\)\|\(parisc\)'; then
      TEST_ARCH=MSB
   fi
 

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [LTP] [PATCH] fix file testcase for parisc architecture
  2013-11-19 21:43 [LTP] [PATCH] fix file testcase for parisc architecture Helge Deller
@ 2013-11-20 12:46 ` chrubis
  0 siblings, 0 replies; 2+ messages in thread
From: chrubis @ 2013-11-20 12:46 UTC (permalink / raw)
  To: Helge Deller; +Cc: ltp-list

Hi!
> The PA-RISC architecture is big-endian.
> Add it to the big-endian platforms list, which then fixes this testcase.
> 
> Signed-off-by: Helge Deller <deller@gmx.de>
> 

Pushed, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-20 12:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-19 21:43 [LTP] [PATCH] fix file testcase for parisc architecture Helge Deller
2013-11-20 12:46 ` chrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.