mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
8c81fb9d9a
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
14 lines
174 B
Bash
Executable File
14 lines
174 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "no public addresses"
|
|
|
|
setup
|
|
|
|
rm -f "${CTDB_BASE}/public_addresses"
|
|
|
|
ok "No public addresses file found"
|
|
|
|
simple_test
|