Tests: Re-enable the Samba eventscript tests.
[ctdb.git] / tests / eventscripts / simple / 50.samba.monitor.104.sh
1 #!/bin/sh
2
3 . "${EVENTSCRIPTS_TESTS_DIR}/common.sh"
4
5 define_test "port 139 down"
6
7 setup_samba
8 tcp_port_down 139
9
10 required_result 1 "ERROR: samba tcp port 139 is not responding"
11
12 simple_test