* tests/CuTmpdir.pm (END): Do not do the cleanup if $dir is not
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 30 Nov 2007 07:53:38 +0000 (08:53 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 30 Nov 2007 07:53:38 +0000 (08:53 +0100)
commit688073771da95df0d7551b8361e264180bfffe5f
tree9d4391b5282a96ad4df3dc3e0b8e43b2886ff1ac
parent9962f24cc458e7d7588d4d043339823067aa3b83
* tests/CuTmpdir.pm (END): Do not do the cleanup if $dir is not

defined, because it then goes wild and changes the mode of all
directories below $HOME.  Undefined $dir can happen if the test
is to be skipped because of an unsafe working directory name.
ChangeLog
tests/CuTmpdir.pm