util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fdisk: fix expected test output on alpha
@ 2020-07-24  0:35 Chris Hofstaedtler
  2020-07-24  7:16 ` Karel Zak
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Hofstaedtler @ 2020-07-24  0:35 UTC (permalink / raw)
  To: util-linux

The last test output update inadvertedly replaced "ext2" with "MS-DOS"
in the alpha-specific data.

Fixes: 3c36438f0
Broken build log: https://buildd.debian.org/status/fetch.php?pkg=util-linux&arch=alpha&ver=2.36-1&stamp=1595550493&raw=0
Signed-off-by: Chris Hofstaedtler <zeha@debian.org>
---
 tests/expected/fdisk/bsd_0_64_alpha.LE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/expected/fdisk/bsd_0_64_alpha.LE b/tests/expected/fdisk/bsd_0_64_alpha.LE
index 6d41d4a11..ae7dabda8 100644
--- a/tests/expected/fdisk/bsd_0_64_alpha.LE
+++ b/tests/expected/fdisk/bsd_0_64_alpha.LE
@@ -211,7 +211,7 @@ Command (m for help):
 00 unused           05 4.1BSD           09 4.4LFS           0d boot           
 01 swap             06 Eighth Edition   0a unknown          0e ADOS           
 02 Version 6        07 4.2BSD           0b HPFS             0f HFS            
-03 Version 7        08 MS-DOS           0c ISO-9660         10 AdvFS          
+03 Version 7        08 ext2             0c ISO-9660         10 AdvFS          
 04 System V       
 
 Command (m for help): 
-- 
2.28.0.rc1


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

end of thread, other threads:[~2020-07-24 13:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24  0:35 [PATCH] fdisk: fix expected test output on alpha Chris Hofstaedtler
2020-07-24  7:16 ` Karel Zak
2020-07-24 13:02   ` Chris Hofstaedtler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).