summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/tab_update.c
diff options
context:
space:
mode:
Diffstat (limited to 'shlibs/mount/src/tab_update.c')
-rw-r--r--shlibs/mount/src/tab_update.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/shlibs/mount/src/tab_update.c b/shlibs/mount/src/tab_update.c
index 986eff8e9..9638f47c9 100644
--- a/shlibs/mount/src/tab_update.c
+++ b/shlibs/mount/src/tab_update.c
@@ -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;