diff options
author | Karel Zak | 2019-07-23 16:35:20 +0200 |
---|---|---|
committer | Karel Zak | 2019-07-23 16:35:20 +0200 |
commit | 7ea0907364e626eaed4441355f00fc6d79fcd3db (patch) | |
tree | 49f35841dea563a1d9c6a3bc48b5806089ef9ed7 | |
parent | tests: (libsmartcols) add padding tests (diff) | |
download | kernel-qcow2-util-linux-7ea0907364e626eaed4441355f00fc6d79fcd3db.tar.gz kernel-qcow2-util-linux-7ea0907364e626eaed4441355f00fc6d79fcd3db.tar.xz kernel-qcow2-util-linux-7ea0907364e626eaed4441355f00fc6d79fcd3db.zip |
tests: (fdisk) update padding in output
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | tests/expected/fdisk/sunlabel | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/expected/fdisk/sunlabel b/tests/expected/fdisk/sunlabel index 47b5e756b..5ada4fab1 100644 --- a/tests/expected/fdisk/sunlabel +++ b/tests/expected/fdisk/sunlabel @@ -18,7 +18,7 @@ I/O size (minimum/optimal): 512 bytes / <removed> bytes Disklabel type: sun Device Start End Cylinders Size Id Type Flags -<removed>1 1 128 129 4M 83 Linux native +<removed>1 1 128 129 4M 83 Linux native Set partition sysid df75defdb97fbd56222aed18631a22d0 sunlabel.img Disk <removed>: 10 MiB, 10485760 bytes, 20480 sectors @@ -29,7 +29,7 @@ I/O size (minimum/optimal): 512 bytes / <removed> bytes Disklabel type: sun Device Start End Cylinders Size Id Type Flags -<removed>1 1 128 129 4M 4 SunOS usr +<removed>1 1 128 129 4M 4 SunOS usr Set first partition readonly da23f66698d9a553162887621d4c7490 sunlabel.img Disk <removed>: 10 MiB, 10485760 bytes, 20480 sectors @@ -75,6 +75,6 @@ Disklabel type: sun Device Start End Cylinders Size Id Type Flags <removed>1 1 128 129 4M 4 SunOS usr ur -<removed>2 129 325 198 6.1M 83 Linux native +<removed>2 129 325 198 6.1M 83 Linux native Delete all partitions 502ba7a0cfdce2849c3a99881f0590c3 sunlabel.img |