diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-22 22:12:13 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-22 22:12:13 +0200 |
commit | 9b3420214193492987daf0ec08fc2dda7a1606ce (patch) | |
tree | 4053a9e32a5eb2cad92b454dbcf95c97a9b9b796 /ChangeLog | |
parent | 2457af43cf6d670ab120c19bf4f23ac545ff24b5 (diff) | |
download | coreutils-9b3420214193492987daf0ec08fc2dda7a1606ce.tar.xz |
* tests/chmod/c-option: Double-quote instances of `$abs_srcdir'.
* tests/cp/cp-parents: Likewise.
* tests/mkdir/parents: Likewise.
* tests/mkdir/perm: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2006-10-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + * tests/chmod/c-option: Double-quote instances of `$abs_srcdir'. + * tests/cp/cp-parents: Likewise. + * tests/mkdir/parents: Likewise. + * tests/mkdir/perm: Likewise. + * tests/sample-test: Quote variables containing absolute build tree paths. In the cleanup trap, make sure `cd' succeeds before `chmod'ing and `rm'ing the temporary files. |