]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(TESTS): Add force.
authorJim Meyering <jim@meyering.net>
Sun, 23 May 1999 13:36:14 +0000 (13:36 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 23 May 1999 13:36:14 +0000 (13:36 +0000)
(TESTS_ENVIRONMENT): Change PATH to be absolute.

tests/mv/Makefile.am

index ba00758a28bd8f3322348254fa6b21642413dc1c..8cb9796de48b91e2021b7b0cc09dc178fd77aae7 100644 (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