From 11eebed20f4ba50cd3d2d2e322f72a2e04137023 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 7 Jan 2000 08:56:38 +0000 Subject: (TESTS_ENVIRONMENT): Add `pwd`/ prefix to exported PATH value (though not strictly necessary, here). --- tests/dd/Makefile.am | 2 +- tests/dircolors/Makefile.am | 2 +- tests/ls-2/Makefile.am | 2 +- tests/rm/Makefile.am | 2 +- tests/rmdir/Makefile.am | 2 +- tests/shred/Makefile.am | 2 +- tests/touch/Makefile.am | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tests') diff --git a/tests/dd/Makefile.am b/tests/dd/Makefile.am index f0ef92a22..51685ab81 100644 --- a/tests/dd/Makefile.am +++ b/tests/dd/Makefile.am @@ -6,7 +6,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=../../src:$$PATH \ + PATH=`pwd`/../../src:$$PATH \ PROG=ls TESTS = misc diff --git a/tests/dircolors/Makefile.am b/tests/dircolors/Makefile.am index 9b814e71a..6303ca95b 100644 --- a/tests/dircolors/Makefile.am +++ b/tests/dircolors/Makefile.am @@ -6,7 +6,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=../../src:$$PATH \ + PATH=`pwd`/../../src:$$PATH \ PROG=dircolors TESTS = simple diff --git a/tests/ls-2/Makefile.am b/tests/ls-2/Makefile.am index 2d09d7e0c..1fe47d2e8 100644 --- a/tests/ls-2/Makefile.am +++ b/tests/ls-2/Makefile.am @@ -6,7 +6,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=../../src:$$PATH \ + PATH=`pwd`/../../src:$$PATH \ PROG=ls TESTS = tests diff --git a/tests/rm/Makefile.am b/tests/rm/Makefile.am index e658cb300..97e404a60 100644 --- a/tests/rm/Makefile.am +++ b/tests/rm/Makefile.am @@ -9,5 +9,5 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=../../src:$$PATH \ + PATH=`pwd`/../../src:$$PATH \ PROG=rm diff --git a/tests/rmdir/Makefile.am b/tests/rmdir/Makefile.am index 5007a5057..fa6379807 100644 --- a/tests/rmdir/Makefile.am +++ b/tests/rmdir/Makefile.am @@ -7,5 +7,5 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=../../src:$$PATH \ + PATH=`pwd`/../../src:$$PATH \ PROG=rmdir diff --git a/tests/shred/Makefile.am b/tests/shred/Makefile.am index b2e83ecb1..e9bb26b7f 100644 --- a/tests/shred/Makefile.am +++ b/tests/shred/Makefile.am @@ -6,6 +6,6 @@ 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.am b/tests/touch/Makefile.am index 60a478764..1da83fe32 100644 --- a/tests/touch/Makefile.am +++ b/tests/touch/Makefile.am @@ -4,4 +4,4 @@ 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 -- cgit v1.2.3-70-g09d2