We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef9d79 commit dfcb401Copy full SHA for dfcb401
tests/CrontabTest.php
@@ -23,7 +23,7 @@ public function testStart()
23
24
$crontab->start(time());
25
$out = file_get_contents($log_file);
26
- $except = shell_exec("ls / -al");
+ $except = shell_exec("ls /");
27
$this->assertEquals($out, $except);
28
}
29
0 commit comments