diff options
Diffstat (limited to 'tests/mv/into-self-2')
-rwxr-xr-x | tests/mv/into-self-2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/into-self-2 b/tests/mv/into-self-2 index 32801a3a4..ffc97c316 100755 --- a/tests/mv/into-self-2 +++ b/tests/mv/into-self-2 @@ -25,7 +25,7 @@ fi . $top_srcdir/tests/test-lib.sh cleanup_() { rm -rf "$other_partition_tmpdir"; } -. "$abs_top_srcdir/tests/other-fs-tmpdir" +. "$abs_srcdir/other-fs-tmpdir" file="$other_partition_tmpdir/file" symlink=symlink |