diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mv/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index 268b96b17..47fdf6b78 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -100,7 +100,7 @@ l = @l@ AUTOMAKE_OPTIONS = 1.3 gnits TESTS = mv-special-1 into-self into-self-2 into-self-3 backup-is-src \ - i-1 hard-link-1 + i-1 hard-link-1 force EXTRA_DIST = $(TESTS) setup @@ -114,7 +114,7 @@ TESTS_ENVIRONMENT = \ RM=../../src/rm \ TOUCH=../../src/touch \ PERL="@PERL@" \ - PATH=../../src:$$PATH \ + PATH=`pwd`/../../src:$$PATH \ PROG=mv subdir = tests/mv |