1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-19 22:02:21 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2002-05-24 08:59:17 +00:00
parent 37877a3b9c
commit 36efe03850

View File

@@ -2,6 +2,12 @@
* Version 2.0.13.
* tests/nice: Move this file...
* tests/misc/nice: ...to here.
* tests/Makefile.am (TESTS): Remove nice.
* tests/misc/Makefile.am (TESTS): Add nice.
* configure.ac (AC_CONFIG_FILES): Add tests/misc/Makefile.
* src/pathchk.c (validate_path): Compare the result of the function --
not its (constant) address -- against zero.
Patch from Tim J. Robbins <tjr@FreeBSD.ORG>