diff options
Diffstat (limited to 'tests/du/no-deref')
-rwxr-xr-x | tests/du/no-deref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/no-deref b/tests/du/no-deref index e1b714036..8d8bc6c68 100755 --- a/tests/du/no-deref +++ b/tests/du/no-deref @@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then du --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh mkdir -p dir/a/b || framework_failure ln -s dir slink || framework_failure |