diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-19 07:36:59 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-19 07:36:59 +0000 |
commit | 50397b4278637329fc6c8de27dccbd9a9116f12f (patch) | |
tree | c48cb52f09fc3f581412d69df85ca28c25d04480 /ChangeLog | |
parent | e3f1529533914e78a432bf8a9a9658c328fbff4b (diff) | |
download | coreutils-50397b4278637329fc6c8de27dccbd9a9116f12f.tar.xz |
* tests/mv/setup (dot_mount_point): Use stat -L.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ * Version 5.3.1. + * tests/mv/setup (dot_mount_point): Use stat -L, in case the + directory is actually a symbolic link. Problem reported by + Eric Blake. + * 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 |