From b830d441bbeac509f2006a01b179ef596d8b706f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 7 Jan 2000 12:27:31 +0000 Subject: [PATCH] . --- tests/dd/Makefile.in | 2 +- tests/dircolors/Makefile.in | 2 +- tests/ls-2/Makefile.in | 2 +- tests/rm/Makefile.in | 2 +- tests/rmdir/Makefile.in | 2 +- tests/shred/Makefile.in | 2 +- tests/touch/Makefile.in | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in index 38cc96a879..4ea2075b31 100644 --- a/tests/dd/Makefile.in +++ b/tests/dd/Makefile.in @@ -107,7 +107,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=../../src:$$PATH \ + PATH=`pwd`/../../src:$$PATH \ PROG=ls diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in index 30cac4755e..e3e0c40045 100644 --- a/tests/dircolors/Makefile.in +++ b/tests/dircolors/Makefile.in @@ -107,7 +107,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=../../src:$$PATH \ + PATH=`pwd`/../../src:$$PATH \ PROG=dircolors diff --git a/tests/ls-2/Makefile.in b/tests/ls-2/Makefile.in index 4342cfdded..f44f1b6881 100644 --- a/tests/ls-2/Makefile.in +++ b/tests/ls-2/Makefile.in @@ -107,7 +107,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=../../src:$$PATH \ + PATH=`pwd`/../../src:$$PATH \ PROG=ls diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index 84f6931eee..d9ee36e9fb 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -111,7 +111,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=../../src:$$PATH \ + PATH=`pwd`/../../src:$$PATH \ PROG=rm subdir = tests/rm diff --git a/tests/rmdir/Makefile.in b/tests/rmdir/Makefile.in index 550bfe26c0..ee6dd1ba1f 100644 --- a/tests/rmdir/Makefile.in +++ b/tests/rmdir/Makefile.in @@ -109,7 +109,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=../../src:$$PATH \ + PATH=`pwd`/../../src:$$PATH \ PROG=rmdir subdir = tests/rmdir diff --git a/tests/shred/Makefile.in b/tests/shred/Makefile.in index c54a142cd1..1b88ce73e6 100644 --- a/tests/shred/Makefile.in +++ b/tests/shred/Makefile.in @@ -107,7 +107,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=../../src:$$PATH + PATH=`pwd`/../../src:$$PATH TESTS = remove diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index fe474144d9..1f653e5a4e 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -106,7 +106,7 @@ AUTOMAKE_OPTIONS = 1.3 gnits TESTS = empty-file dir-1 dangling-symlink no-rights EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ - PATH=../../src:$$PATH + PATH=`pwd`/../../src:$$PATH subdir = tests/touch mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -- 2.47.3