diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-08 16:46:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-08 16:46:11 +0000 |
commit | e5f283604b84f2cf3ab6317e7ccbf3b4bb56ae3c (patch) | |
tree | 7d11c59c8d5b84b588f0177fbb0355cb7fc9cb51 /tests/md5sum | |
parent | 1650a9459a108f15ab485c25b567870a14d4a635 (diff) | |
download | coreutils-e5f283604b84f2cf3ab6317e7ccbf3b4bb56ae3c.tar.xz |
(TESTS_ENVIRONMENT): Add `pwd`/ prefix
to exported PATH value (though not strictly necessary, here).
Diffstat (limited to 'tests/md5sum')
-rw-r--r-- | tests/md5sum/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/md5sum/Makefile.am b/tests/md5sum/Makefile.am index 19b099b92..c3c9bd635 100644 --- a/tests/md5sum/Makefile.am +++ b/tests/md5sum/Makefile.am @@ -6,7 +6,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=../../src:$$PATH \ + PATH=`pwd`/../../src:$$PATH \ PROG=md5sum TESTS = basic-1 newline-1 |