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