Browse Source

potential major booboo in unit test, probably won't affect this one

PEAR_1_4DEV
Greg Beaver 23 years ago
parent
commit
cd4baaf654
  1. 2
      pear/tests/pear_common_downloadHttp.phpt

2
pear/tests/pear_common_downloadHttp.phpt

@ -93,7 +93,7 @@ function cleanall($dir)
if ($ent == '.' || $ent == '..') {
continue;
}
if (is_dir($ent)) {
if (is_dir($dir . DIRECTORY_SEPARATOR . $ent)) {
cleanall($dir . DIRECTORY_SEPARATOR . $ent);
} else {
unlink($dir . DIRECTORY_SEPARATOR . $ent);

Loading…
Cancel
Save