diff options
-rw-r--r-- | tests/dd/Makefile.in | 2 | ||||
-rw-r--r-- | tests/dircolors/Makefile.in | 2 | ||||
-rw-r--r-- | tests/ls-2/Makefile.in | 2 | ||||
-rw-r--r-- | tests/rm/Makefile.in | 2 | ||||
-rw-r--r-- | tests/rmdir/Makefile.in | 2 | ||||
-rw-r--r-- | tests/shred/Makefile.in | 2 | ||||
-rw-r--r-- | 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 38cc96a87..4ea2075b3 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 30cac4755..e3e0c4004 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 4342cfdde..f44f1b688 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 84f6931ee..d9ee36e9f 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 550bfe26c..ee6dd1ba1 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 c54a142cd..1b88ce73e 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 fe474144d..1f653e5a4 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 |