From 62631d88449f149fb4e2df7d8d95bf7c1af51997 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 2 Feb 2003 20:14:20 +0000 Subject: [PATCH] *** empty log message *** --- tests/basename/Makefile.in | 2 +- tests/chgrp/Makefile.in | 2 +- tests/chmod/Makefile.in | 2 +- tests/chown/Makefile.in | 2 +- tests/cp/Makefile.in | 2 +- tests/dd/Makefile.in | 2 +- tests/dircolors/Makefile.in | 2 +- tests/expr/Makefile.in | 2 +- tests/factor/Makefile.in | 2 +- tests/fmt/Makefile.in | 2 +- tests/install/Makefile.in | 2 +- tests/ln/Makefile.in | 2 +- tests/ls-2/Makefile.in | 2 +- tests/ls/Makefile.in | 2 +- tests/md5sum/Makefile.in | 2 +- tests/misc/Makefile.in | 2 +- tests/mkdir/Makefile.in | 2 +- tests/mv/Makefile.in | 2 +- tests/od/Makefile.in | 2 +- tests/rm/Makefile.in | 2 +- tests/rmdir/Makefile.in | 2 +- tests/seq/Makefile.in | 2 +- tests/sha1sum/Makefile.in | 2 +- tests/shred/Makefile.in | 2 +- tests/stty/Makefile.in | 4 +++- tests/sum/Makefile.in | 2 +- tests/tail-2/Makefile.in | 2 +- tests/touch/Makefile.in | 2 +- tests/tsort/Makefile.in | 2 +- tests/unexpand/Makefile.in | 2 +- 30 files changed, 32 insertions(+), 30 deletions(-) diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in index 5d81075..559d188 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 0120a90..931dadf 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 e9b4949..ae3a53a 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 843d2cc..f00475e 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 62112d1..41aec27 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 c7bf4c3..c9ddddc 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 d5c495c..3b5e17b 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 bba4067..5b059eb 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 ef92982..14e4b15 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 e18ac58..67fad01 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 395f02f..7cbea5f 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 0e6e0b4..e0fe30a 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 e1105d1..762dfee 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 cea196a..3d88fff 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 bf2bbfd..139b190 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 748d803..d542bcf 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 67f7e46..ebbbb8d 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 2183bbf..5b46470 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 59c183b..8efc23a 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 c408836..cbb9532 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 026929a..65e53cc 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 9a6417d..dae1f77 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 99c939c..f6d25e3 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 69a3a88..8287b3a 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 29f8c8a..6047cea 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 5bba8e5..f2e3c42 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 32553ce..dfb82f8 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 92a32d7..c040174 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 3adbba0..260d92b 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 74bfef7..64e840f 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 -- 2.7.4