summaryrefslogtreecommitdiffstats
path: root/tests/expected/mount
diff options
context:
space:
mode:
authorKarel Zak2009-02-18 23:40:17 +0100
committerKarel Zak2009-02-18 23:40:17 +0100
commit105960ab8511766afc7df46a0262bb5ddf7bb41a (patch)
treed1b30579a45e4a42f587fcb8bedf851aad3d115f /tests/expected/mount
parenttests: disable suid mount test (diff)
downloadkernel-qcow2-util-linux-105960ab8511766afc7df46a0262bb5ddf7bb41a.tar.gz
kernel-qcow2-util-linux-105960ab8511766afc7df46a0262bb5ddf7bb41a.tar.xz
kernel-qcow2-util-linux-105960ab8511766afc7df46a0262bb5ddf7bb41a.zip
tests: refresh expected mount(8) outputs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/expected/mount')
-rw-r--r--tests/expected/mount/paths3
-rw-r--r--tests/expected/mount/special3
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/expected/mount/paths b/tests/expected/mount/paths
index b292fb06c..bec6697be 100644
--- a/tests/expected/mount/paths
+++ b/tests/expected/mount/paths
@@ -2,7 +2,8 @@ mount: fstab path: "/etc/fstab"
mount: mtab path: "/etc/mtab"
mount: lock path: "/etc/mtab~"
mount: temp path: "/etc/mtab.tmp"
-mount: no LABEL=, no UUID=, going to mount /dev/dummy by path
+mount: UID: 0
+mount: eUID: 0
mount: spec: "/dev/dummy"
mount: node: "/mnt"
mount: types: "(null)"
diff --git a/tests/expected/mount/special b/tests/expected/mount/special
index 0d8e079b9..e50c64cd0 100644
--- a/tests/expected/mount/special
+++ b/tests/expected/mount/special
@@ -2,7 +2,8 @@ mount: fstab path: "/etc/fstab"
mount: mtab path: "/etc/mtab"
mount: lock path: "/etc/mtab~"
mount: temp path: "/etc/mtab.tmp"
-mount: no LABEL=, no UUID=, going to mount /foo by path
+mount: UID: 0
+mount: eUID: 0
mount: spec: "/foo"
mount: node: "/bar"
mount: types: "mytest"