diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-17 13:28:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-17 13:28:48 +0000 |
commit | 3e7e43657c8329a34852917e2d28309e905f662a (patch) | |
tree | f8be93ec1a0a065eb7549c4637032df47d8a8140 /tests | |
parent | 96f8c158cc27da24705004b5991cba94ad65a496 (diff) | |
download | coreutils-3e7e43657c8329a34852917e2d28309e905f662a.tar.xz |
(PATH): Remove /vg.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/touch/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/Makefile.am b/tests/touch/Makefile.am index ed4d6dce9..5e520f2ad 100644 --- a/tests/touch/Makefile.am +++ b/tests/touch/Makefile.am @@ -9,4 +9,4 @@ TESTS = \ EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ host_triplet=$(host_triplet) \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" |