mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
6e2863a4f9
* Command is now multiple arguments, preserving quoting * $service_name no longer printed, no longer an argument * Debug output from failed command Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 9e25fb261447a196de05937052779b36e75e7215)
13 lines
164 B
Bash
Executable File
13 lines
164 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "winbind down"
|
|
|
|
setup_winbind
|
|
wbinfo_down
|
|
|
|
required_result 1 "ERROR: wbinfo -p returned error"
|
|
|
|
simple_test
|