]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: fix mount/special to be compatible with libmount
authorKarel Zak <kzak@redhat.com>
Thu, 12 Jan 2012 20:51:29 +0000 (21:51 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 12 Jan 2012 20:51:29 +0000 (21:51 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/expected/mount/special
tests/ts/mount/special

index e50c64cd0efc9b4b5486afa876cebeb80b8f1577..99997d354fb56e3fd1fd3e80bc656602ad90d59a 100644 (file)
@@ -1,17 +1 @@
-mount: fstab path: "/etc/fstab"
-mount: mtab path:  "/etc/mtab"
-mount: lock path:  "/etc/mtab~"
-mount: temp path:  "/etc/mtab.tmp"
-mount: UID:        0
-mount: eUID:       0
-mount: spec:  "/foo"
-mount: node:  "/bar"
-mount: types: "mytest"
-mount: opts:  "(null)"
-mount: external mount: argv[0] = "/sbin/mount.mytest"
-mount: external mount: argv[1] = "/foo"
-mount: external mount: argv[2] = "/bar"
-mount: external mount: argv[3] = "-v"
-mount: external mount: argv[4] = "-o"
-mount: external mount: argv[5] = "rw"
-/sbin/mount.mytest called with "/foo /bar -v -o rw"
+/sbin/mount.mytest called with "/foo /bar -o rw"
index 76b07964cd2e48a3756c30d82a2646ea00b3cf03..6e198b3b38e5ae0653173d13594643484b6c948a 100755 (executable)
@@ -32,7 +32,7 @@ echo "$0 called with \"$*\""
 EOF
 chmod +x $MOUNTER
 
-$TS_CMD_MOUNT -v -v -v -t mytest  /foo /bar &> $TS_OUTPUT
+$TS_CMD_MOUNT -t mytest /foo /bar &> $TS_OUTPUT
 
 rm -f $MOUNTER