diff options
Diffstat (limited to 'tests/mv/into-self-4')
-rwxr-xr-x | tests/mv/into-self-4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/into-self-4 b/tests/mv/into-self-4 index 39e053d61..9f001139f 100755 --- a/tests/mv/into-self-4 +++ b/tests/mv/into-self-4 @@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then mv --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh touch file || framework_failure ln -s file s || framework_failure |