From: Karel Zak Date: Fri, 2 Mar 2012 08:57:49 +0000 (+0100) Subject: tests: update libmount tests X-Git-Tag: v2.22-rc1~725 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14ee7c0cb13851349c89c90b2f1025d7e4ef36c3;p=thirdparty%2Futil-linux.git tests: update libmount tests Signed-off-by: Karel Zak --- diff --git a/tests/expected/libmount/tabfiles-parse-mountinfo b/tests/expected/libmount/tabfiles-parse-mountinfo index 95182dd5f8..44708011df 100644 --- a/tests/expected/libmount/tabfiles-parse-mountinfo +++ b/tests/expected/libmount/tabfiles-parse-mountinfo @@ -296,7 +296,7 @@ id: 41 parent: 20 devno: 253:0 ------ fs: -source: (null) +source: none target: /proc/sys/fs/binfmt_misc fstype: binfmt_misc optstr: rw,relatime diff --git a/tests/expected/libmount/tabfiles-parse-mtab b/tests/expected/libmount/tabfiles-parse-mtab index d7171ea7ca..ffd0c139da 100644 --- a/tests/expected/libmount/tabfiles-parse-mtab +++ b/tests/expected/libmount/tabfiles-parse-mtab @@ -42,7 +42,7 @@ fstype: ext4 optstr: rw,noatime VFS-optstr: rw,noatime ------ fs: -source: (null) +source: none target: /proc/sys/fs/binfmt_misc fstype: binfmt_misc optstr: rw diff --git a/tests/expected/libmount/update-utab-mount b/tests/expected/libmount/update-utab-mount index 1784e00090..58a0179dbb 100644 --- a/tests/expected/libmount/update-utab-mount +++ b/tests/expected/libmount/update-utab-mount @@ -1,3 +1,3 @@ SRC=/dev/sdb1 TARGET=/mnt/bar ROOT=/ OPTS=user SRC=/dev/sda2 TARGET=/mnt/xyz ROOT=/ OPTS=loop=/dev/loop0,uhelper=hal -TARGET=/proc ROOT=/ OPTS=user +SRC=none TARGET=/proc ROOT=/ OPTS=user diff --git a/tests/expected/libmount/update-utab-move b/tests/expected/libmount/update-utab-move index 12917cce25..60081400a1 100644 --- a/tests/expected/libmount/update-utab-move +++ b/tests/expected/libmount/update-utab-move @@ -1,3 +1,3 @@ SRC=/dev/sdb1 TARGET=/mnt/newbar ROOT=/ OPTS=user SRC=/dev/sda2 TARGET=/mnt/newxyz ROOT=/ OPTS=loop=/dev/loop0,uhelper=hal -TARGET=/proc ROOT=/ OPTS=user +SRC=none TARGET=/proc ROOT=/ OPTS=user diff --git a/tests/expected/libmount/update-utab-remount b/tests/expected/libmount/update-utab-remount index 737e2a339b..8e344b3922 100644 --- a/tests/expected/libmount/update-utab-remount +++ b/tests/expected/libmount/update-utab-remount @@ -1,3 +1,3 @@ SRC=/dev/sdb1 TARGET=/mnt/newbar ROOT=/ OPTS=user SRC=/dev/sda2 TARGET=/mnt/newxyz ROOT=/ OPTS=user -TARGET=/proc ROOT=/ OPTS=user +SRC=none TARGET=/proc ROOT=/ OPTS=user