mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
5c53d50784
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12371 Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Mon Nov 7 08:01:28 CET 2016 on sn-devel-144
16 lines
207 B
Bash
Executable File
16 lines
207 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "shutdown, Debian init style"
|
|
|
|
setup_samba
|
|
|
|
export EVENTSCRIPT_TESTS_INIT_STYLE="debian"
|
|
|
|
ok <<EOF
|
|
Stopping smbd: OK
|
|
Stopping nmbd: OK
|
|
EOF
|
|
simple_test
|