Util-Linux package development
 help / color / mirror / Atom feed
* sfdisk, stderr/stdout output order
@ 2016-03-10 10:40 Rüdiger Meier
  2016-03-10 11:16 ` Karel Zak
  0 siblings, 1 reply; 5+ messages in thread
From: Rüdiger Meier @ 2016-03-10 10:40 UTC (permalink / raw)
  To: util-linux

Hi,

I've found such test diffs with musl libc. Maybe it needs some fflush(3) 
calls.

 --- /home/rudi/devel/util-linux/tests/expected/sfdisk/dos-read-dump
+++ /tmp/build-musl/tests/output/sfdisk/dos-read-dump
@@ -1,5 +1,3 @@
-Partition 5 does not start on physical sector boundary.
-Partition 6 does not start on physical sector boundary.
 Checking that no-one is using this disk right now ... OK

 Disk <removed>: 50 MiB, 52428800 bytes, 102400 sectors
@@ -23,7 +21,9 @@
 <removed>1  *     2048   8191    6144   3M 83 Linux
 <removed>2        8192  14335    6144   3M 82 Linux swap / Solaris
 <removed>3       14336  20479    6144   3M 83 Linux
-<removed>4       20480 102399   81920  40M  5 Extended
+<removed>4       Partition 5 does not start on physical sector boundary.
+Partition 6 does not start on physical sector boundary.
+20480 102399   81920  40M  5 Extended
 <removed>5       20481  26624    6144   3M 83 Linux
 <removed>6       26626 102399   75774  37M 83 Linux


cu,
Rudi

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

end of thread, other threads:[~2016-03-10 14:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-10 10:40 sfdisk, stderr/stdout output order Rüdiger Meier
2016-03-10 11:16 ` Karel Zak
2016-03-10 14:08   ` Bernhard Voelker
2016-03-10 14:24     ` Karel Zak
2016-03-10 14:35       ` Rüdiger Meier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox