From 75e376362329c5d42777bcc195b02f75c06c3f8e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 31 Mar 2004 07:49:30 +0000 Subject: [PATCH] . --- tests/Makefile.in | 2 +- 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/du/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 | 2 +- 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 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/tests/Makefile.in b/tests/Makefile.in index b46f6b8264..c10ed030b8 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -279,7 +279,7 @@ TESTS = help-version TESTS_ENVIRONMENT = \ all_programs="`$(all_programs)`" \ PACKAGE_BUGREPORT=$(PACKAGE_BUGREPORT) \ - PATH="`pwd`/../src/vg$(PATH_SEPARATOR)$$PATH" + PATH="`pwd`/../src$(PATH_SEPARATOR)$$PATH" EXTRA_DIST = \ $(TESTS) .env-warn Fetish.pm Makefile.am.in README envvar-check \ diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in index ff61e27c83..27c42a2fc9 100644 --- a/tests/basename/Makefile.in +++ b/tests/basename/Makefile.in @@ -263,7 +263,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=basename all: all-am diff --git a/tests/chgrp/Makefile.in b/tests/chgrp/Makefile.in index 44ac880a43..1a9e2276ea 100644 --- a/tests/chgrp/Makefile.in +++ b/tests/chgrp/Makefile.in @@ -260,7 +260,7 @@ AUTOMAKE_OPTIONS = 1.4 gnits TESTS = no-x posix-H basic deref recurse EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" all: all-am diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in index 64f87f4862..02cfb6ff2a 100644 --- a/tests/chmod/Makefile.in +++ b/tests/chmod/Makefile.in @@ -260,7 +260,7 @@ AUTOMAKE_OPTIONS = 1.4 gnits TESTS = no-x equals equal-x c-option setgid EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" all: all-am diff --git a/tests/chown/Makefile.in b/tests/chown/Makefile.in index 8d404aaf39..b4180c9809 100644 --- a/tests/chown/Makefile.in +++ b/tests/chown/Makefile.in @@ -260,7 +260,7 @@ AUTOMAKE_OPTIONS = 1.4 gnits TESTS = basic EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" all: all-am diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in index 0ea23169d3..bf1cae14a9 100644 --- a/tests/cp/Makefile.in +++ b/tests/cp/Makefile.in @@ -267,7 +267,7 @@ TESTS = \ EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ MAKE=$(MAKE) \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" all: all-am diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in index 2d07493a83..60de3c7b80 100644 --- a/tests/dd/Makefile.in +++ b/tests/dd/Makefile.in @@ -261,7 +261,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=dd TESTS = misc not-rewound skip-seek skip-seek2 unblock-sync diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in index 4b453d40d7..671f88c23b 100644 --- a/tests/dircolors/Makefile.in +++ b/tests/dircolors/Makefile.in @@ -261,7 +261,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=dircolors TESTS = simple diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in index d4d8d04127..1bbf133da8 100644 --- a/tests/du/Makefile.in +++ b/tests/du/Makefile.in @@ -268,7 +268,7 @@ TESTS = \ EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" all: all-am diff --git a/tests/expr/Makefile.in b/tests/expr/Makefile.in index 181d5e1203..d5b524eec5 100644 --- a/tests/expr/Makefile.in +++ b/tests/expr/Makefile.in @@ -263,7 +263,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=expr all: all-am diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in index f3a8698b9a..6a6231fc10 100644 --- a/tests/factor/Makefile.in +++ b/tests/factor/Makefile.in @@ -263,7 +263,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=factor all: all-am diff --git a/tests/fmt/Makefile.in b/tests/fmt/Makefile.in index 11252d2598..5407f6d34e 100644 --- a/tests/fmt/Makefile.in +++ b/tests/fmt/Makefile.in @@ -261,7 +261,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=fmt TESTS = basic long-line diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index 689b3f0a7f..560b5a64ff 100644 --- a/tests/install/Makefile.in +++ b/tests/install/Makefile.in @@ -260,7 +260,7 @@ AUTOMAKE_OPTIONS = 1.3 gnits TESTS = basic-1 create-leading EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" all: all-am diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in index 1efd27e58a..bd608e2fdd 100644 --- a/tests/ln/Makefile.in +++ b/tests/ln/Makefile.in @@ -260,7 +260,7 @@ AUTOMAKE_OPTIONS = 1.2 gnits TESTS = target-1 sf-1 misc backup-1 EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" all: all-am diff --git a/tests/ls-2/Makefile.in b/tests/ls-2/Makefile.in index 7018d02204..de90f42935 100644 --- a/tests/ls-2/Makefile.in +++ b/tests/ls-2/Makefile.in @@ -261,7 +261,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=ls TESTS = tests diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in index 25cefe8003..55143276c6 100644 --- a/tests/ls/Makefile.in +++ b/tests/ls/Makefile.in @@ -265,7 +265,7 @@ EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=ls all: all-am diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in index 46bd0d056e..f4aa4d269e 100644 --- a/tests/md5sum/Makefile.in +++ b/tests/md5sum/Makefile.in @@ -261,7 +261,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=md5sum TESTS = basic-1 newline-1 diff --git a/tests/misc/Makefile.in b/tests/misc/Makefile.in index 62ee7f90aa..8342c90d41 100644 --- a/tests/misc/Makefile.in +++ b/tests/misc/Makefile.in @@ -262,7 +262,7 @@ TESTS_ENVIRONMENT = \ srcdir=$(srcdir) \ PACKAGE_VERSION=$(PACKAGE_VERSION) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=$$tst TESTS = \ diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in index b0e97f9488..a6e3c6db08 100644 --- a/tests/mkdir/Makefile.in +++ b/tests/mkdir/Makefile.in @@ -261,7 +261,7 @@ TESTS = p-1 p-2 special-1 perm parents t-slash EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ srcdir=$(srcdir) \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" all: all-am diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index 0aa8242553..e0ec027571 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -274,7 +274,7 @@ TESTS = \ EXTRA_DIST = $(TESTS) setup vfat TESTS_ENVIRONMENT = \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=mv all: all-am diff --git a/tests/od/Makefile.in b/tests/od/Makefile.in index 89d5e05bce..10f31e012e 100644 --- a/tests/od/Makefile.in +++ b/tests/od/Makefile.in @@ -261,7 +261,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" TESTS = od-N x8 all: all-am diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index 9e3f36126e..28d289dc30 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -272,7 +272,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PACKAGE_VERSION=$(PACKAGE_VERSION) \ PROG=rm diff --git a/tests/rmdir/Makefile.in b/tests/rmdir/Makefile.in index d717acddde..13340e8de1 100644 --- a/tests/rmdir/Makefile.in +++ b/tests/rmdir/Makefile.in @@ -263,7 +263,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=rmdir all: all-am diff --git a/tests/seq/Makefile.in b/tests/seq/Makefile.in index feec658fe8..ccf6790b7c 100644 --- a/tests/seq/Makefile.in +++ b/tests/seq/Makefile.in @@ -263,7 +263,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=seq all: all-am diff --git a/tests/sha1sum/Makefile.in b/tests/sha1sum/Makefile.in index 9e2e3c18b3..3f395c1b27 100644 --- a/tests/sha1sum/Makefile.in +++ b/tests/sha1sum/Makefile.in @@ -261,7 +261,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=sha1sum TESTS = basic-1 sample-vec diff --git a/tests/shred/Makefile.in b/tests/shred/Makefile.in index aa3ce051d0..d05a7a845a 100644 --- a/tests/shred/Makefile.in +++ b/tests/shred/Makefile.in @@ -261,7 +261,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" TESTS = remove exact all: all-am diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in index 3ba77c59db..ea652856f5 100644 --- a/tests/stty/Makefile.in +++ b/tests/stty/Makefile.in @@ -260,7 +260,7 @@ AUTOMAKE_OPTIONS = 1.2f gnits TESTS = row-col-1 basic-1 EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" all: all-am diff --git a/tests/sum/Makefile.in b/tests/sum/Makefile.in index e063085b59..dcb6a7fb45 100644 --- a/tests/sum/Makefile.in +++ b/tests/sum/Makefile.in @@ -261,7 +261,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=sum TESTS = basic-1 sysv diff --git a/tests/tail-2/Makefile.in b/tests/tail-2/Makefile.in index ee3194e5a8..feb9a3887d 100644 --- a/tests/tail-2/Makefile.in +++ b/tests/tail-2/Makefile.in @@ -261,7 +261,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=tail TESTS = \ diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index 6c58bbec47..590e82bc28 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -266,7 +266,7 @@ TESTS = \ EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ host_triplet=$(host_triplet) \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" all: all-am diff --git a/tests/tsort/Makefile.in b/tests/tsort/Makefile.in index acc899646c..f9aee7a5ec 100644 --- a/tests/tsort/Makefile.in +++ b/tests/tsort/Makefile.in @@ -261,7 +261,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=tsort TESTS = basic-1 diff --git a/tests/unexpand/Makefile.in b/tests/unexpand/Makefile.in index 6050be625d..9d244ce1a8 100644 --- a/tests/unexpand/Makefile.in +++ b/tests/unexpand/Makefile.in @@ -261,7 +261,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="$(PERL)" \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=unexpand TESTS = basic-1 -- 2.47.2