(TESTS): Add force.

(TESTS_ENVIRONMENT): Change PATH to be absolute.
This commit is contained in:
Jim Meyering 1999-05-23 13:36:14 +00:00
parent e7eeacebbc
commit 77cf4d48dd

View File

@ -2,7 +2,7 @@
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
TESTS_ENVIRONMENT = \
@ -15,5 +15,5 @@ TESTS_ENVIRONMENT = \
RM=../../src/rm \
TOUCH=../../src/touch \
PERL="@PERL@" \
PATH=../../src:$$PATH \
PATH=`pwd`/../../src:$$PATH \
PROG=mv