diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-07 08:56:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-07 08:56:38 +0000 |
commit | 11eebed20f4ba50cd3d2d2e322f72a2e04137023 (patch) | |
tree | 034bfff6c062cd14d0bbe68f6b32b30454546cd0 /tests/touch | |
parent | 9bcff27f18de9c2cfaf4dd0f6241308c1e4e1d34 (diff) | |
download | coreutils-11eebed20f4ba50cd3d2d2e322f72a2e04137023.tar.xz |
(TESTS_ENVIRONMENT): Add `pwd`/ prefix to exported PATH value (though not strictly necessary, here).
Diffstat (limited to 'tests/touch')
-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 60a478764..1da83fe32 100644 --- a/tests/touch/Makefile.am +++ b/tests/touch/Makefile.am @@ -4,4 +4,4 @@ AUTOMAKE_OPTIONS = 1.3 gnits TESTS = empty-file dir-1 dangling-symlink no-rights EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ - PATH=../../src:$$PATH + PATH=`pwd`/../../src:$$PATH |