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 b46f6b8..c10ed03 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 ff61e27..27c42a2 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 44ac880..1a9e227 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 64f87f4..02cfb6f 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 8d404aa..b4180c9 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 0ea2316..bf1cae1 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 2d07493..60de3c7 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 4b453d4..671f88c 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 d4d8d04..1bbf133 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 181d5e1..d5b524e 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 f3a8698..6a6231f 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 11252d2..5407f6d 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 689b3f0..560b5a6 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 1efd27e..bd608e2 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 7018d02..de90f42 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 25cefe8..5514327 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 46bd0d0..f4aa4d2 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 62ee7f9..8342c90 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 b0e97f9..a6e3c6d 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 0aa8242..e0ec027 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 89d5e05..10f31e0 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 9e3f361..28d289d 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 d717acd..13340e8 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 feec658..ccf6790 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 9e2e3c1..3f395c1 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 aa3ce05..d05a7a8 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 3ba77c5..ea65285 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 e063085..dcb6a7f 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 ee3194e..feb9a38 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 6c58bbe..590e82b 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 acc8996..f9aee7a 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 6050be6..9d244ce 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.7.4