diff options
Diffstat (limited to 'tests/mv/trailing-slash')
-rwxr-xr-x | tests/mv/trailing-slash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/trailing-slash b/tests/mv/trailing-slash index 0a2a361b0..eea982f3e 100755 --- a/tests/mv/trailing-slash +++ b/tests/mv/trailing-slash @@ -24,7 +24,7 @@ if test "$VERBOSE" = yes; then mv --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh mkdir foo || framework_failure |