mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
0ca1cfcf61
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
15 lines
228 B
Bash
Executable File
15 lines
228 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "empty config, reconfigure, NOOP"
|
|
|
|
setup
|
|
|
|
create_policy_routing_config 0
|
|
|
|
ok "Reconfiguring service \"${service_name}\"..."
|
|
simple_test_event "reconfigure"
|
|
|
|
check_routes 0
|