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 b1e47a8 commit d6a6d04Copy full SHA for d6a6d04
tests/Framework/RcubeTest.php
@@ -78,7 +78,7 @@ public function test_exec()
78
return;
79
}
80
81
- $this->assertSame('', \rcube::exec('which unknown-command-123'));
+ $this->assertSame('', \rcube::exec('which unknown-command-123 2> /dev/null'));
82
$this->assertSame("2038\n", \rcube::exec('date --date={date} +%Y', ['date' => '@2147483647']));
83
// TODO: More cases
84
0 commit comments