diff options
author | Jim Meyering <jim@meyering.net> | 2007-08-29 00:17:27 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-08-29 00:17:27 +0200 |
commit | 58ddd2c5a1a80b1c3ef6d1717842d082d24409cf (patch) | |
tree | b299f57213e63b86d7ebd270b9881e6d6c3df2e3 /ChangeLog | |
parent | 35755454e45a6cbab4c711353131df483d89a979 (diff) | |
download | coreutils-58ddd2c5a1a80b1c3ef6d1717842d082d24409cf.tar.xz |
Ensure that TMPDIR is valid. Otherwise, it would cause test failures.
* tests/misc/tty-eof: Set TMPDIR=.
* tests/misc/sort-compress: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-08-29 Jim Meyering <jim@meyering.net> + Ensure that TMPDIR is valid. Otherwise, it would cause test failures. + * tests/misc/tty-eof: Set TMPDIR=. + * tests/misc/sort-compress: Likewise. + Use EXIT_FAILURE, not EXIT_FAIL, now that EXIT_FAILURE is always 1. * src/system.h (EXIT_FAIL): Remove definition. * src/chroot.c (main): EXIT_FAIL -> EXIT_FAILURE. |