diff options
Diffstat (limited to 'tests/du/hard-link')
-rwxr-xr-x | tests/du/hard-link | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/hard-link b/tests/du/hard-link index d0ca8551e..f4fdf2616 100755 --- a/tests/du/hard-link +++ b/tests/du/hard-link @@ -23,7 +23,7 @@ if test "$VERBOSE" = yes; then du --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh mkdir -p dir/sub ( cd dir && { echo non-empty > f1; ln f1 f2; echo non-empty > sub/F; } ) |