diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-31 07:49:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-31 07:49:30 +0000 |
commit | 75e376362329c5d42777bcc195b02f75c06c3f8e (patch) | |
tree | 82e646d072fe0e1024c75c85efd370745c2bb9a1 /tests/rm | |
parent | d49a6c1a2b0a85b01ea6d6e55c72977a8f879e87 (diff) | |
download | coreutils-75e376362329c5d42777bcc195b02f75c06c3f8e.tar.xz |
.
Diffstat (limited to 'tests/rm')
-rw-r--r-- | tests/rm/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index 9e3f36126..28d289dc3 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 |