summaryrefslogtreecommitdiffstats
path: root/tests/expected/libmount
diff options
context:
space:
mode:
authorKarel Zak2012-03-02 09:57:49 +0100
committerKarel Zak2012-03-02 09:57:49 +0100
commit14ee7c0cb13851349c89c90b2f1025d7e4ef36c3 (patch)
treeb6888716fe843ee36beea9eaeb4485d90bddc836 /tests/expected/libmount
parentlibmount: don't treat "none" differently (diff)
downloadkernel-qcow2-util-linux-14ee7c0cb13851349c89c90b2f1025d7e4ef36c3.tar.gz
kernel-qcow2-util-linux-14ee7c0cb13851349c89c90b2f1025d7e4ef36c3.tar.xz
kernel-qcow2-util-linux-14ee7c0cb13851349c89c90b2f1025d7e4ef36c3.zip
tests: update libmount tests
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/expected/libmount')
-rw-r--r--tests/expected/libmount/tabfiles-parse-mountinfo2
-rw-r--r--tests/expected/libmount/tabfiles-parse-mtab2
-rw-r--r--tests/expected/libmount/update-utab-mount2
-rw-r--r--tests/expected/libmount/update-utab-move2
-rw-r--r--tests/expected/libmount/update-utab-remount2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/expected/libmount/tabfiles-parse-mountinfo b/tests/expected/libmount/tabfiles-parse-mountinfo
index 95182dd5f..44708011d 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 d7171ea7c..ffd0c139d 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 1784e0009..58a0179db 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 12917cce2..60081400a 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 737e2a339..8e344b392 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