diff options
author | Jim Meyering <meyering@redhat.com> | 2007-10-20 10:07:12 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-10-20 10:07:12 +0200 |
commit | 5dabe472b07c1962783838ed83ec8fcd1faa4389 (patch) | |
tree | e1ccd878ef5c8e7df239ceed721c3fdd06f2adc7 /ChangeLog | |
parent | 736b78af4f928932be8d4adcc33ab025ef5ba16c (diff) | |
download | coreutils-5dabe472b07c1962783838ed83ec8fcd1faa4389.tar.xz |
Adjust tests to pass, now that Test.pm ones use check.mk.
* tests/check.mk (vc_exe_in_TESTS): Adjust regexp not to match the
"TESTS = $x-tests" line in each Test.pm-derived Makefile.am file.
* tests/sort/main: Remove this unused file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-10-20 Jim Meyering <meyering@redhat.com> + Adjust tests to pass, now that Test.pm ones use check.mk. + * tests/check.mk (vc_exe_in_TESTS): Adjust regexp not to match the + "TESTS = $x-tests" line in each Test.pm-derived Makefile.am file. + * tests/sort/main: Remove this unused file. + Ensure that Test.pm-derived tests use the right $PATH. * tests/Makefile.am.in: Include $(top_srcdir)/tests/check.mk. |