summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/basename/Makefile.in2
-rw-r--r--tests/chgrp/Makefile.in2
-rw-r--r--tests/chmod/Makefile.in2
-rw-r--r--tests/chown/Makefile.in2
-rw-r--r--tests/cp/Makefile.in2
-rw-r--r--tests/dd/Makefile.in2
-rw-r--r--tests/dircolors/Makefile.in2
-rw-r--r--tests/expr/Makefile.in2
-rw-r--r--tests/factor/Makefile.in2
-rw-r--r--tests/fmt/Makefile.in2
-rw-r--r--tests/install/Makefile.in2
-rw-r--r--tests/ln/Makefile.in2
-rw-r--r--tests/ls-2/Makefile.in2
-rw-r--r--tests/ls/Makefile.in2
-rw-r--r--tests/md5sum/Makefile.in2
-rw-r--r--tests/misc/Makefile.in2
-rw-r--r--tests/mkdir/Makefile.in2
-rw-r--r--tests/mv/Makefile.in2
-rw-r--r--tests/od/Makefile.in2
-rw-r--r--tests/rm/Makefile.in2
-rw-r--r--tests/rmdir/Makefile.in2
-rw-r--r--tests/seq/Makefile.in2
-rw-r--r--tests/sha1sum/Makefile.in2
-rw-r--r--tests/shred/Makefile.in2
-rw-r--r--tests/stty/Makefile.in4
-rw-r--r--tests/sum/Makefile.in2
-rw-r--r--tests/tail-2/Makefile.in2
-rw-r--r--tests/touch/Makefile.in2
-rw-r--r--tests/tsort/Makefile.in2
-rw-r--r--tests/unexpand/Makefile.in2
30 files changed, 32 insertions, 30 deletions
diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in
index 5d8107558..559d1884e 100644
--- a/tests/basename/Makefile.in
+++ b/tests/basename/Makefile.in
@@ -154,7 +154,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
PROG=basename
subdir = tests/basename
diff --git a/tests/chgrp/Makefile.in b/tests/chgrp/Makefile.in
index 0120a90a3..931dadfc4 100644
--- a/tests/chgrp/Makefile.in
+++ b/tests/chgrp/Makefile.in
@@ -151,7 +151,7 @@ AUTOMAKE_OPTIONS = 1.4 gnits
TESTS = basic deref recurse
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
- PATH=`pwd`/../../src:$$PATH
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH"
subdir = tests/chgrp
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in
index e9b49494a..ae3a53a39 100644
--- a/tests/chmod/Makefile.in
+++ b/tests/chmod/Makefile.in
@@ -151,7 +151,7 @@ AUTOMAKE_OPTIONS = 1.4 gnits
TESTS = equals equal-x c-option setgid
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
- PATH=`pwd`/../../src:$$PATH
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH"
subdir = tests/chmod
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
diff --git a/tests/chown/Makefile.in b/tests/chown/Makefile.in
index 843d2cc3a..f00475ed8 100644
--- a/tests/chown/Makefile.in
+++ b/tests/chown/Makefile.in
@@ -151,7 +151,7 @@ AUTOMAKE_OPTIONS = 1.4 gnits
TESTS = basic
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
- PATH=`pwd`/../../src:$$PATH
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH"
subdir = tests/chown
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in
index 62112d1ea..41aec2778 100644
--- a/tests/cp/Makefile.in
+++ b/tests/cp/Makefile.in
@@ -158,7 +158,7 @@ TESTS = \
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
MAKE=$(MAKE) \
- PATH=`pwd`/../../src:$$PATH
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH"
subdir = tests/cp
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in
index c7bf4c3ab..c9ddddc43 100644
--- a/tests/dd/Makefile.in
+++ b/tests/dd/Makefile.in
@@ -153,7 +153,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
PROG=dd
diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in
index d5c495c3d..3b5e17b84 100644
--- a/tests/dircolors/Makefile.in
+++ b/tests/dircolors/Makefile.in
@@ -153,7 +153,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
PROG=dircolors
diff --git a/tests/expr/Makefile.in b/tests/expr/Makefile.in
index bba406720..5b059eb4f 100644
--- a/tests/expr/Makefile.in
+++ b/tests/expr/Makefile.in
@@ -154,7 +154,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
PROG=expr
subdir = tests/expr
diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in
index ef92982d4..14e4b156d 100644
--- a/tests/factor/Makefile.in
+++ b/tests/factor/Makefile.in
@@ -154,7 +154,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
PROG=factor
subdir = tests/factor
diff --git a/tests/fmt/Makefile.in b/tests/fmt/Makefile.in
index e18ac5813..67fad01ef 100644
--- a/tests/fmt/Makefile.in
+++ b/tests/fmt/Makefile.in
@@ -153,7 +153,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
PROG=fmt
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in
index 395f02fb6..7cbea5f60 100644
--- a/tests/install/Makefile.in
+++ b/tests/install/Makefile.in
@@ -151,7 +151,7 @@ AUTOMAKE_OPTIONS = 1.3 gnits
TESTS = basic-1 create-leading
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
- PATH=`pwd`/../../src:$$PATH
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH"
subdir = tests/install
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in
index 0e6e0b4c1..e0fe30a5f 100644
--- a/tests/ln/Makefile.in
+++ b/tests/ln/Makefile.in
@@ -151,7 +151,7 @@ AUTOMAKE_OPTIONS = 1.2 gnits
TESTS = target-1 sf-1 misc backup-1
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
- PATH=`pwd`/../../src:$$PATH
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH"
subdir = tests/ln
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
diff --git a/tests/ls-2/Makefile.in b/tests/ls-2/Makefile.in
index e1105d18d..762dfeedb 100644
--- a/tests/ls-2/Makefile.in
+++ b/tests/ls-2/Makefile.in
@@ -153,7 +153,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
PROG=ls
diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in
index cea196a47..3d88fff26 100644
--- a/tests/ls/Makefile.in
+++ b/tests/ls/Makefile.in
@@ -158,7 +158,7 @@ EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
- PATH=`pwd`/../../src:$$PATH \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
PROG=ls
subdir = tests/ls
diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in
index bf2bbfddd..139b19093 100644
--- a/tests/md5sum/Makefile.in
+++ b/tests/md5sum/Makefile.in
@@ -153,7 +153,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
PROG=md5sum
diff --git a/tests/misc/Makefile.in b/tests/misc/Makefile.in
index 748d80389..d542bcf76 100644
--- a/tests/misc/Makefile.in
+++ b/tests/misc/Makefile.in
@@ -153,7 +153,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
PROG=$$tst
diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in
index 67f7e46d5..ebbbb8d18 100644
--- a/tests/mkdir/Makefile.in
+++ b/tests/mkdir/Makefile.in
@@ -152,7 +152,7 @@ TESTS = p-1 p-2 special-1 perm parents t-slash
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
srcdir=$(srcdir) \
- PATH=`pwd`/../../src:$$PATH
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH"
subdir = tests/mkdir
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in
index 2183bbf09..5b4647035 100644
--- a/tests/mv/Makefile.in
+++ b/tests/mv/Makefile.in
@@ -162,7 +162,7 @@ TESTS = \
EXTRA_DIST = $(TESTS) setup
TESTS_ENVIRONMENT = \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
PROG=mv
subdir = tests/mv
diff --git a/tests/od/Makefile.in b/tests/od/Makefile.in
index 59c183b1e..8efc23aa0 100644
--- a/tests/od/Makefile.in
+++ b/tests/od/Makefile.in
@@ -153,7 +153,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH"
TESTS = od-N x8
diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in
index c408836f6..cbb953272 100644
--- a/tests/rm/Makefile.in
+++ b/tests/rm/Makefile.in
@@ -160,7 +160,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
PROG=rm
subdir = tests/rm
diff --git a/tests/rmdir/Makefile.in b/tests/rmdir/Makefile.in
index 026929ade..65e53ccbe 100644
--- a/tests/rmdir/Makefile.in
+++ b/tests/rmdir/Makefile.in
@@ -155,7 +155,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
PROG=rmdir
subdir = tests/rmdir
diff --git a/tests/seq/Makefile.in b/tests/seq/Makefile.in
index 9a6417d31..dae1f7757 100644
--- a/tests/seq/Makefile.in
+++ b/tests/seq/Makefile.in
@@ -154,7 +154,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
PROG=seq
subdir = tests/seq
diff --git a/tests/sha1sum/Makefile.in b/tests/sha1sum/Makefile.in
index 99c939ca0..f6d25e31e 100644
--- a/tests/sha1sum/Makefile.in
+++ b/tests/sha1sum/Makefile.in
@@ -153,7 +153,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
PROG=sha1sum
diff --git a/tests/shred/Makefile.in b/tests/shred/Makefile.in
index 69a3a88c1..8287b3aa4 100644
--- a/tests/shred/Makefile.in
+++ b/tests/shred/Makefile.in
@@ -153,7 +153,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH"
TESTS = remove exact
diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in
index 29f8c8aca..6047cea7a 100644
--- a/tests/stty/Makefile.in
+++ b/tests/stty/Makefile.in
@@ -150,7 +150,9 @@ AUTOMAKE_OPTIONS = 1.2f gnits
TESTS = row-col-1 basic-1
EXTRA_DIST = $(TESTS)
-TESTS_ENVIRONMENT = PATH=`pwd`/../../src:$$PATH
+TESTS_ENVIRONMENT = \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH""
+
subdir = tests/stty
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
diff --git a/tests/sum/Makefile.in b/tests/sum/Makefile.in
index 5bba8e5a0..f2e3c4288 100644
--- a/tests/sum/Makefile.in
+++ b/tests/sum/Makefile.in
@@ -153,7 +153,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
PROG=sum
diff --git a/tests/tail-2/Makefile.in b/tests/tail-2/Makefile.in
index 32553ce56..dfb82f800 100644
--- a/tests/tail-2/Makefile.in
+++ b/tests/tail-2/Makefile.in
@@ -153,7 +153,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
PROG=tail
diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in
index 92a32d767..c04017489 100644
--- a/tests/touch/Makefile.in
+++ b/tests/touch/Makefile.in
@@ -156,7 +156,7 @@ TESTS = \
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
host_triplet=$(host_triplet) \
- PATH=`pwd`/../../src:$$PATH
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH"
subdir = tests/touch
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
diff --git a/tests/tsort/Makefile.in b/tests/tsort/Makefile.in
index 3adbba081..260d92b10 100644
--- a/tests/tsort/Makefile.in
+++ b/tests/tsort/Makefile.in
@@ -153,7 +153,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
PROG=tsort
diff --git a/tests/unexpand/Makefile.in b/tests/unexpand/Makefile.in
index 74bfef74e..64e840f63 100644
--- a/tests/unexpand/Makefile.in
+++ b/tests/unexpand/Makefile.in
@@ -153,7 +153,7 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
- PATH=`pwd`/../../src:$$PATH \
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
PROG=unexpand