]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 4 Oct 1998 01:04:55 +0000 (01:04 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 4 Oct 1998 01:04:55 +0000 (01:04 +0000)
tests/mv/Makefile.in

index 589d06a85a7c388773ce70ba44469fa7da19e298..57254e3c36b8271d6ab879e1e4982c7ee26cb87a 100644 (file)
@@ -95,14 +95,15 @@ AUTOMAKE_OPTIONS = 1.3 gnits
 TESTS = mv-special-1 into-self into-self-2 backup-is-src i-1
 EXTRA_DIST = $(TESTS) setup
 TESTS_ENVIRONMENT = \
-  DF=../../src/df \
-  LN=../../src/ln \
-  LS=../../src/ls \
-  MKDIR=../../src/mkdir \
-  MKNOD=../../src/mknod \
-  MV=../../src/mv \
-  RM=../../src/rm \
-  TOUCH=../../src/touch \
+  DF=$(top_srcdir)/src/df \
+  LN=$(top_srcdir)/src/ln \
+  LS=$(top_srcdir)/src/ls \
+  MKDIR=$(top_srcdir)/src/mkdir \
+  MKNOD=$(top_srcdir)/src/mknod \
+  MV=$(top_srcdir)/src/mv \
+  RM=$(top_srcdir)/src/rm \
+  TOUCH=$(top_srcdir)/src/touch \
+  PATH=$(top_srcdir)/src:$$PATH \
   PROG=mv
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../../config.h