diff options
| author | Karel Zak <kzak@redhat.com> | 2009-02-18 23:40:17 +0100 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2009-02-18 23:40:17 +0100 |
| commit | 105960ab8511766afc7df46a0262bb5ddf7bb41a (patch) | |
| tree | d1b30579a45e4a42f587fcb8bedf851aad3d115f /tests/expected/mount | |
| parent | 84f513b699ef533bb3276381e3ad06d4101ffc4d (diff) | |
| download | util-linux-105960ab8511766afc7df46a0262bb5ddf7bb41a.tar.gz | |
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/paths | 3 | ||||
| -rw-r--r-- | tests/expected/mount/special | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/expected/mount/paths b/tests/expected/mount/paths index b292fb06..bec6697b 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 0d8e079b..e50c64cd 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" |
