diff options
| author | Francesco Cosoleto <cosoleto@gmail.com> | 2011-01-24 06:41:58 +0100 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2011-01-24 10:16:58 +0100 |
| commit | 9b33ae9a15664aae0dd71cd9aa129a592bdc26c8 (patch) | |
| tree | 07b175f15a4036d05159cd05ea10697a1fd4f823 /tests/expected/blkid | |
| parent | c845f12cacb870f22c91eef799debc33f7e802b8 (diff) | |
| download | util-linux-old-9b33ae9a15664aae0dd71cd9aa129a592bdc26c8.tar.gz | |
tests: ignore device name used in some fdisk and blkid tests
Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
Diffstat (limited to 'tests/expected/blkid')
| -rw-r--r-- | tests/expected/blkid/md-raid1-part | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/expected/blkid/md-raid1-part b/tests/expected/blkid/md-raid1-part index f1d4cbbb..96033ef8 100644 --- a/tests/expected/blkid/md-raid1-part +++ b/tests/expected/blkid/md-raid1-part @@ -18,7 +18,7 @@ Partition number (1-4, default 2): First sector (53248-104447, default 53248): U Last sector, +sectors or +size{K,M,G} (53248-104447, default 104447): Using default value 104447 Command (m for help): -Disk /dev/sdb: 53 MB, 53477376 bytes +Disk /dev/...: 53 MB, 53477376 bytes 32 heads, 32 sectors/track, 102 cylinders, total 104448 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes @@ -26,8 +26,8 @@ I/O size (minimum/optimal): 512 bytes / 32768 bytes Device Boot Start End Blocks Id System -/dev/sdb1 2048 53247 25600 83 Linux -/dev/sdb2 53248 104447 25600 83 Linux +/dev/...1 2048 53247 25600 83 Linux +/dev/...2 53248 104447 25600 83 Linux Command (m for help): The partition table has been altered! |
