From: Karel Zak Date: Wed, 3 Jul 2013 09:23:39 +0000 (+0200) Subject: tests: update libmount fstab full parse test X-Git-Tag: v2.24-rc1~458 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e59814a3824e336a24771576c65809b189f6a64;p=thirdparty%2Futil-linux.git tests: update libmount fstab full parse test Signed-off-by: Karel Zak --- diff --git a/tests/expected/libmount/tabfiles-parse-fstab-full b/tests/expected/libmount/tabfiles-parse-fstab-full index d46416d8d5..f1caff6d9a 100644 --- a/tests/expected/libmount/tabfiles-parse-fstab-full +++ b/tests/expected/libmount/tabfiles-parse-fstab-full @@ -1,14 +1,19 @@ Initial comment: -"# this is a leading comment +"# + # this is a leading comment +# " ------ fs: source: UUID=d3a8f783-df75-4dc8-9163-975a891052c0 target: / fstype: ext3 -Non-data: -"# this comments belongs to the first fs -" +optstr: noatime,defaults +VFS-optstr: noatime +freq: 1 +pass: 1 +comment: '# this comments belongs to the first fs +' ------ fs: source: UUID=fef7ccb3-821c-4de8-88dc-71472be5946f target: /boot @@ -21,11 +26,11 @@ pass: 2 source: UUID=1f2aa318-9c34-462e-8d29-260819ffd657 target: swap fstype: swap -Non-data: -" +optstr: defaults +comment: ' # 3rd fs comment + newline padding -" +' ------ fs: source: tmpfs target: /dev/shm @@ -51,9 +56,10 @@ optstr: defaults source: /dev/mapper/foo target: /home/foo fstype: ext4 -Non-data: -"# this is comment -" +optstr: noatime,defaults +VFS-optstr: noatime +comment: '# this is comment +' ------ fs: source: foo.com:/mnt/share target: /mnt/remote