mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
26e1556819
This change basically moves out nmbd references from 50.samba script to a new 48.netbios script. Accordingly ctdb test scripts are tweaked to cope with newly added script. Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
15 lines
183 B
Bash
Executable File
15 lines
183 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "shutdown, Debian init style"
|
|
|
|
setup
|
|
|
|
export EVENTSCRIPT_TESTS_INIT_STYLE="debian"
|
|
|
|
ok <<EOF
|
|
Stopping smbd: OK
|
|
EOF
|
|
simple_test
|