Skip to content

Commit dfcb401

Browse files
committed
tests
1 parent 7ef9d79 commit dfcb401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CrontabTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function testStart()
2323

2424
$crontab->start(time());
2525
$out = file_get_contents($log_file);
26-
$except = shell_exec("ls / -al");
26+
$except = shell_exec("ls /");
2727
$this->assertEquals($out, $except);
2828
}
2929

0 commit comments

Comments
 (0)