From 89fc48060256f66a3662794d9779a552bfe0c0a4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 2 Feb 2003 20:15:11 +0000 Subject: [PATCH] *** empty log message *** --- tests/chmod/Makefile.am | 2 +- tests/chown/Makefile.am | 2 +- tests/cp/Makefile.am | 2 +- tests/dd/Makefile.am | 2 +- tests/dircolors/Makefile.am | 2 +- tests/du/Makefile.am | 2 +- tests/expr/Makefile.am | 2 +- tests/factor/Makefile.am | 2 +- tests/fmt/Makefile.am | 2 +- tests/general/Makefile.am | 2 +- tests/install/Makefile.am | 2 +- tests/ln/Makefile.am | 2 +- tests/ls-2/Makefile.am | 2 +- tests/ls/Makefile.am | 2 +- tests/md5sum/Makefile.am | 2 +- tests/misc/Makefile.am | 2 +- tests/mkdir/Makefile.am | 2 +- tests/mv/Makefile.am | 2 +- tests/od/Makefile.am | 2 +- tests/rm/Makefile.am | 2 +- tests/rmdir/Makefile.am | 2 +- tests/seq/Makefile.am | 2 +- tests/sha1sum/Makefile.am | 2 +- tests/shred/Makefile.am | 2 +- tests/stty/Makefile.am | 2 +- tests/sum/Makefile.am | 2 +- tests/tail-2/Makefile.am | 2 +- tests/touch/Makefile.am | 2 +- tests/tsort/Makefile.am | 2 +- tests/unexpand/Makefile.am | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/tests/chmod/Makefile.am b/tests/chmod/Makefile.am index 21f8ad80c4..83df010f41 100644 --- a/tests/chmod/Makefile.am +++ b/tests/chmod/Makefile.am @@ -4,4 +4,4 @@ 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" diff --git a/tests/chown/Makefile.am b/tests/chown/Makefile.am index b72e2e3287..13be8e8c3c 100644 --- a/tests/chown/Makefile.am +++ b/tests/chown/Makefile.am @@ -4,4 +4,4 @@ AUTOMAKE_OPTIONS = 1.4 gnits TESTS = basic EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ - PATH=`pwd`/../../src:$$PATH + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" diff --git a/tests/cp/Makefile.am b/tests/cp/Makefile.am index ddc598a428..5da3e99f12 100644 --- a/tests/cp/Makefile.am +++ b/tests/cp/Makefile.am @@ -10,4 +10,4 @@ TESTS = \ EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ MAKE=$(MAKE) \ - PATH=`pwd`/../../src:$$PATH + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" diff --git a/tests/dd/Makefile.am b/tests/dd/Makefile.am index a34a88ab0b..f36008d24f 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=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=dd TESTS = misc not-rewound skip-seek skip-seek2 diff --git a/tests/dircolors/Makefile.am b/tests/dircolors/Makefile.am index 6303ca95b6..3c9938d919 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=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=dircolors TESTS = simple diff --git a/tests/du/Makefile.am b/tests/du/Makefile.am index 60d90e240b..2c35679693 100644 --- a/tests/du/Makefile.am +++ b/tests/du/Makefile.am @@ -4,4 +4,4 @@ AUTOMAKE_OPTIONS = 1.4 gnits TESTS = no-x no-deref trailing-slash deref two-args slink EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ - PATH=`pwd`/../../src:$$PATH + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" diff --git a/tests/expr/Makefile.am b/tests/expr/Makefile.am index 82cb59a622..d2831b3631 100644 --- a/tests/expr/Makefile.am +++ b/tests/expr/Makefile.am @@ -7,5 +7,5 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=expr diff --git a/tests/factor/Makefile.am b/tests/factor/Makefile.am index ab372b1cb8..8875a2d206 100644 --- a/tests/factor/Makefile.am +++ b/tests/factor/Makefile.am @@ -7,5 +7,5 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=factor diff --git a/tests/fmt/Makefile.am b/tests/fmt/Makefile.am index 9663d7b0cb..36a73d09f7 100644 --- a/tests/fmt/Makefile.am +++ b/tests/fmt/Makefile.am @@ -6,7 +6,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=fmt TESTS = basic long-line diff --git a/tests/general/Makefile.am b/tests/general/Makefile.am index 5631a6aa5f..3a48a85fb0 100644 --- a/tests/general/Makefile.am +++ b/tests/general/Makefile.am @@ -25,7 +25,7 @@ SUITE = suite.at dd.at m4sh.at EXTRA_DIST = $(SUITE) testsuite TESTS_ENVIRONMENT = \ - PATH=`pwd`/../../src:$$PATH + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" TESTS = testsuite diff --git a/tests/install/Makefile.am b/tests/install/Makefile.am index 9a9126422c..3c7a271e2d 100644 --- a/tests/install/Makefile.am +++ b/tests/install/Makefile.am @@ -4,4 +4,4 @@ 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" diff --git a/tests/ln/Makefile.am b/tests/ln/Makefile.am index 6e44bb4a18..a4b09cefd0 100644 --- a/tests/ln/Makefile.am +++ b/tests/ln/Makefile.am @@ -4,4 +4,4 @@ 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" diff --git a/tests/ls-2/Makefile.am b/tests/ls-2/Makefile.am index 1fe47d2e84..bf9bef405b 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=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=ls TESTS = tests diff --git a/tests/ls/Makefile.am b/tests/ls/Makefile.am index fd907039ff..aad341e8ae 100644 --- a/tests/ls/Makefile.am +++ b/tests/ls/Makefile.am @@ -10,5 +10,5 @@ EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ - PATH=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=ls diff --git a/tests/md5sum/Makefile.am b/tests/md5sum/Makefile.am index c3c9bd6355..00fb291733 100644 --- a/tests/md5sum/Makefile.am +++ b/tests/md5sum/Makefile.am @@ -6,7 +6,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=md5sum TESTS = basic-1 newline-1 diff --git a/tests/misc/Makefile.am b/tests/misc/Makefile.am index d832deef28..0c9a3c5e2d 100644 --- a/tests/misc/Makefile.am +++ b/tests/misc/Makefile.am @@ -6,7 +6,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=$$tst TESTS = \ diff --git a/tests/mkdir/Makefile.am b/tests/mkdir/Makefile.am index a3d966acaf..b46da85eff 100644 --- a/tests/mkdir/Makefile.am +++ b/tests/mkdir/Makefile.am @@ -5,4 +5,4 @@ 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" diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am index 440631dd3a..97194c2a71 100644 --- a/tests/mv/Makefile.am +++ b/tests/mv/Makefile.am @@ -14,5 +14,5 @@ TESTS = \ EXTRA_DIST = $(TESTS) setup TESTS_ENVIRONMENT = \ PERL="@PERL@" \ - PATH=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=mv diff --git a/tests/od/Makefile.am b/tests/od/Makefile.am index d3182d8ebe..8a2c8a05d1 100644 --- a/tests/od/Makefile.am +++ b/tests/od/Makefile.am @@ -6,6 +6,6 @@ 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.am b/tests/rm/Makefile.am index abb34c5aac..1a04c00bf8 100644 --- a/tests/rm/Makefile.am +++ b/tests/rm/Makefile.am @@ -12,5 +12,5 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=rm diff --git a/tests/rmdir/Makefile.am b/tests/rmdir/Makefile.am index c34fa4e262..ecbbc35b36 100644 --- a/tests/rmdir/Makefile.am +++ b/tests/rmdir/Makefile.am @@ -8,5 +8,5 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=rmdir diff --git a/tests/seq/Makefile.am b/tests/seq/Makefile.am index fd302fbdf5..33fd1c96f1 100644 --- a/tests/seq/Makefile.am +++ b/tests/seq/Makefile.am @@ -7,5 +7,5 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=seq diff --git a/tests/sha1sum/Makefile.am b/tests/sha1sum/Makefile.am index 0c9d8cb6da..debe62c0a7 100644 --- a/tests/sha1sum/Makefile.am +++ b/tests/sha1sum/Makefile.am @@ -6,7 +6,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=sha1sum TESTS = basic-1 sample-vec diff --git a/tests/shred/Makefile.am b/tests/shred/Makefile.am index 3762192904..145b572497 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=`pwd`/../../src:$$PATH + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" TESTS = remove exact diff --git a/tests/stty/Makefile.am b/tests/stty/Makefile.am index 31b235763b..fbd9d05a19 100644 --- a/tests/stty/Makefile.am +++ b/tests/stty/Makefile.am @@ -4,4 +4,4 @@ AUTOMAKE_OPTIONS = 1.2f gnits TESTS = row-col-1 basic-1 EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ - PATH=`pwd`/../../src:$$PATH + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH"" diff --git a/tests/sum/Makefile.am b/tests/sum/Makefile.am index 66e1aca344..0a26754251 100644 --- a/tests/sum/Makefile.am +++ b/tests/sum/Makefile.am @@ -6,7 +6,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=sum TESTS = basic-1 sysv diff --git a/tests/tail-2/Makefile.am b/tests/tail-2/Makefile.am index 6a46db14bd..96f447de53 100644 --- a/tests/tail-2/Makefile.am +++ b/tests/tail-2/Makefile.am @@ -6,7 +6,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=tail TESTS = big-4gb proc-ksyms start-middle assert assert-2 diff --git a/tests/touch/Makefile.am b/tests/touch/Makefile.am index e22dd491ca..b301696b95 100644 --- a/tests/touch/Makefile.am +++ b/tests/touch/Makefile.am @@ -8,4 +8,4 @@ TESTS = \ EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ host_triplet=$(host_triplet) \ - PATH=`pwd`/../../src:$$PATH + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" diff --git a/tests/tsort/Makefile.am b/tests/tsort/Makefile.am index 7bdf7ba638..f781253add 100644 --- a/tests/tsort/Makefile.am +++ b/tests/tsort/Makefile.am @@ -6,7 +6,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=tsort TESTS = basic-1 diff --git a/tests/unexpand/Makefile.am b/tests/unexpand/Makefile.am index 9cd3ee8c5d..4492271b78 100644 --- a/tests/unexpand/Makefile.am +++ b/tests/unexpand/Makefile.am @@ -6,7 +6,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=unexpand TESTS = basic-1 -- 2.47.3