diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-19 07:26:46 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-19 07:26:46 +0000 |
commit | f3a8588fd50db29c1013b67f600549aef077e176 (patch) | |
tree | a18ba7cb4190f9d0cd38f0107368137934240628 /ChangeLog | |
parent | a8f2520b15ab992378efc4250cd770f5ab0facf4 (diff) | |
download | coreutils-f3a8588fd50db29c1013b67f600549aef077e176.tar.xz |
* tests/mv/mv-special-1: Use test -p to test for fifos.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ * Version 5.3.1. + * tests/mv/mv-special-1: Use test -p to test for fifos, rather + than the (incorrect) test -f and the (inadequate) ls. ls is + inadequate because on some hosts a buggy mv will create a file of + the wrong type (problem reported by Eric Blake). Skip this test + if test -p doesn't work. + * tests/chmod/setgid: Use numeric group ids, not symbolic group names, since the latter can have shell metacharacters in them (e.g., spaces). This follows up to the 2005-01-17 patch, which missed this occurrence. |