diff options
author | Jim Meyering <jim@meyering.net> | 2007-01-24 00:34:54 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-01-24 00:34:54 +0100 |
commit | 124adb3a19cacbf41c236d47a19cb389bb815c01 (patch) | |
tree | 519dd6f4b075b43b92c1f02d69aaf944d45c40da /ChangeLog | |
parent | 054defae19cf5245f753b06c1cda57ea9709cbef (diff) | |
download | coreutils-124adb3a19cacbf41c236d47a19cb389bb815c01.tar.xz |
Don't depend on "which".
* tests/misc/sort-compress (SORT): Use $abs_builddir, now which.
* tests/misc/Makefile.am (TESTS_ENVIRONMENT): Export top_builddir.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-01-24 Jim Meyering <jim@meyering.net> + + Don't depend on "which". + * tests/misc/sort-compress (SORT): Use $abs_builddir, now which. + * tests/misc/Makefile.am (TESTS_ENVIRONMENT): Export top_builddir. + 2007-01-24 Dan Hipschman <dsh@linux.ucla.edu> Test sort compression. |