copy paste error

#all these different versions here....
This commit is contained in:
Marcus Boerger 2002-11-02 22:06:03 +00:00
parent 29e8b92f22
commit 9e73bcaa33

View File

@ -149,7 +149,7 @@ if (isset($argc) && $argc > 1) {
$testfile = realpath($argv[$i]);
if (is_dir($testfile)) {
find_files($testfile);
} else if(preg_match("/\.phpt$/", $name)) {
} else if(preg_match("/\.phpt$/", $testfile)) {
$test_files[] = $testfile;
}
}