mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
8c5fdb40cf
Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 4c87888b2a559c0d1f285919a42de450a537a02f)
14 lines
175 B
Bash
Executable File
14 lines
175 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
cmd="$ONNODE 3 hostname"
|
|
|
|
define_test "$cmd" "all nodes OK"
|
|
|
|
required_result <<EOF
|
|
-n 192.168.1.104 hostname
|
|
EOF
|
|
|
|
simple_test $cmd
|