]> err.no Git - util-linux/commitdiff
libmount: fix tab_update test program
authorKarel Zak <kzak@redhat.com>
Sat, 1 Jan 2011 23:31:16 +0000 (00:31 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 3 Jan 2011 11:28:48 +0000 (12:28 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/mount/src/tab_update.c

index 986eff8e9d894f7e1d0ee49ed0dd867678cb1321..9638f47c976dbd3b00a32af381c1087255bb558a 100644 (file)
@@ -886,8 +886,10 @@ static int test_move(struct mtest *ts, int argc, char *argv[])
 
        if (argc < 3)
                return -1;
+       mnt_fs_set_source(fs, argv[1]);
        mnt_fs_set_target(fs, argv[2]);
-       rc = update(argv[1], fs, MS_MOVE);
+
+       rc = update(NULL, fs, MS_MOVE);
 
        mnt_free_fs(fs);
        return rc;