summaryrefslogtreecommitdiffstats
path: root/tests/expected/libmount/tabfiles-parse-fstab-broken
diff options
context:
space:
mode:
authorKarel Zak2010-12-14 23:50:55 +0100
committerKarel Zak2011-01-03 12:28:47 +0100
commit76a06ca4cdba29ca54e418a61e8efc811ac608aa (patch)
tree5832716e31d32aa10ad46f33c72a5ea7af2fa810 /tests/expected/libmount/tabfiles-parse-fstab-broken
parentmount: read mtab by libmount (diff)
downloadkernel-qcow2-util-linux-76a06ca4cdba29ca54e418a61e8efc811ac608aa.tar.gz
kernel-qcow2-util-linux-76a06ca4cdba29ca54e418a61e8efc811ac608aa.tar.xz
kernel-qcow2-util-linux-76a06ca4cdba29ca54e418a61e8efc811ac608aa.zip
libmount: use separate buffer for userspace options, add mount attributes
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/expected/libmount/tabfiles-parse-fstab-broken')
-rw-r--r--tests/expected/libmount/tabfiles-parse-fstab-broken16
1 files changed, 6 insertions, 10 deletions
diff --git a/tests/expected/libmount/tabfiles-parse-fstab-broken b/tests/expected/libmount/tabfiles-parse-fstab-broken
index f048e440d..bf7566160 100644
--- a/tests/expected/libmount/tabfiles-parse-fstab-broken
+++ b/tests/expected/libmount/tabfiles-parse-fstab-broken
@@ -4,54 +4,50 @@
source: UUID=d3a8f783-df75-4dc8-9163-975a891052c0
target: /
fstype: ext3
-optstr: noatime,defaults
+VFS-optstr: noatime
freq: 1
pass: 1
------ fs:
source: UUID=fef7ccb3-821c-4de8-88dc-71472be5946f
target: /boot
fstype: ext3
-optstr: noatime,defaults
+VFS-optstr: noatime
freq: 1
pass: 2
------ fs:
source: UUID=1f2aa318-9c34-462e-8d29-260819ffd657
target: swap
fstype: swap
-optstr: defaults
------ fs:
source: tmpfs
target: /dev/shm
fstype: tmpfs
-optstr: defaults
------ fs:
source: devpts
target: /dev/pts
fstype: devpts
-optstr: gid=5,mode=620
+FS-opstr: gid=5,mode=620
------ fs:
source: sysfs
target: /sys
fstype: sysfs
-optstr: defaults
------ fs:
source: proc
target: /proc
fstype: proc
-optstr: defaults
------ fs:
source: /dev/mapper/foo
target: /home/foo
fstype: ext4
-optstr: noatime,defaults
+VFS-optstr: noatime
freq: 1
------ fs:
source: foo.com:/mnt/share
target: /mnt/remote
fstype: nfs
-optstr: noauto
+user-optstr: noauto
------ fs:
source: //bar.com/gogogo
target: /mnt/gogogo
fstype: cifs
-optstr: user=SRGROUP/baby,noauto
+user-optstr: user=SRGROUP/baby,noauto