mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
14 lines
238 B
Bash
14 lines
238 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. "${EVENTSCRIPTS_TESTS_DIR}/common.sh"
|
||
|
|
||
|
define_test "no public addresses"
|
||
|
|
||
|
setup_ctdb
|
||
|
|
||
|
export CTDB_PUBLIC_ADDRESSES="$CTDB_ETC/does/not/exist"
|
||
|
|
||
|
ok "No public addresses file found. Nothing to do for 10.interfaces"
|
||
|
|
||
|
simple_test
|