Enhance test
This commit is contained in:
parent
0c27182c6a
commit
b3e9e5c462
@ -76,7 +76,7 @@ if ($f) {
|
|||||||
print "Failed to open file ".$file."<br>\n";
|
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 $ret."<br>\n";
|
||||||
print_r($out);
|
print_r($out);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user