Enhance test

This commit is contained in:
Laurent Destailleur 2021-11-24 21:37:43 +01:00
parent 0c27182c6a
commit b3e9e5c462

View File

@ -76,7 +76,7 @@ if ($f) {
print "Failed to open file ".$file."<br>\n";
}
exec('ls /dev/std*; sleep 1;', $out, $ret);
exec('cat /aaa; ls /dev/std*; sleep 1;', $out, $ret);
print $ret."<br>\n";
print_r($out);