summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/optstr.c
diff options
context:
space:
mode:
authorKarel Zak2010-08-10 15:26:59 +0200
committerKarel Zak2011-01-03 12:28:41 +0100
commitd672fb2688bebf952344e263f0fe70653148298d (patch)
tree27af04582ec84823a278c598bf9f96e7ee1f0195 /shlibs/mount/src/optstr.c
parentlibmount: update mount.{h,sym} (diff)
downloadkernel-qcow2-util-linux-d672fb2688bebf952344e263f0fe70653148298d.tar.gz
kernel-qcow2-util-linux-d672fb2688bebf952344e263f0fe70653148298d.tar.xz
kernel-qcow2-util-linux-d672fb2688bebf952344e263f0fe70653148298d.zip
libmount: update tests
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/optstr.c')
-rw-r--r--shlibs/mount/src/optstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shlibs/mount/src/optstr.c b/shlibs/mount/src/optstr.c
index 3308a1a0e..853f5f9b0 100644
--- a/shlibs/mount/src/optstr.c
+++ b/shlibs/mount/src/optstr.c
@@ -491,7 +491,7 @@ int test_split(struct mtest *ts, int argc, char *argv[])
optstr = strdup(argv[1]);
- if (mnt_split_optstr(optstr, &user, &vfs, &fs) == 0) {
+ if (mnt_split_optstr(optstr, &user, &vfs, &fs, 0, 0) == 0) {
printf("user : %s\n", user);
printf("vfs : %s\n", vfs);
printf("fs : %s\n", fs);