Move testargs to bin

This commit is contained in:
Hypolite Petovan 2018-11-28 23:10:05 -05:00
parent c3c7c50dc5
commit e02295e8e8
2 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ class Installer
if ($passed2) { if ($passed2) {
$str = Strings::getRandomName(8); $str = Strings::getRandomName(8);
$cmd = "$phppath util/testargs.php $str"; $cmd = "$phppath bin/testargs.php $str";
$result = trim(shell_exec($cmd)); $result = trim(shell_exec($cmd));
$passed3 = $result == $str; $passed3 = $result == $str;
$help = ""; $help = "";