diff options
Diffstat (limited to 'tests/cp/cp-HL')
-rwxr-xr-x | tests/cp/cp-HL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/cp-HL b/tests/cp/cp-HL index dbfaed1ef..bdc34d9a5 100755 --- a/tests/cp/cp-HL +++ b/tests/cp/cp-HL @@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then cp --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh mkdir src-dir dest-dir || framework_failure echo f > f || framework_failure |