diff options
Diffstat (limited to 'tests/ln/sf-1')
-rwxr-xr-x | tests/ln/sf-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ln/sf-1 b/tests/ln/sf-1 index 224d2cb01..2dd3d8c2e 100755 --- a/tests/ln/sf-1 +++ b/tests/ln/sf-1 @@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then fi # Make sure we get English translations. -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh echo foo > a || framework_failure ln -s . b || framework_failure |