mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
Discard password prompts from smbclient's output
This commit is contained in:
parent
f8bc64f097
commit
bb92259b32
5 changed files with 23 additions and 6 deletions
|
|
@ -51,6 +51,6 @@ class Server extends \PHPUnit_Framework_TestCase {
|
|||
|
||||
public function testGetTimeZone() {
|
||||
$timeZone = $this->server->getTimeZone();
|
||||
$this->assertEquals('+0200', $timeZone);
|
||||
$this->assertEquals('+0100', $timeZone);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue