mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
21 lines
213 B
Bash
21 lines
213 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
||
|
|
||
|
define_test "Just a recovery"
|
||
|
|
||
|
ok_null
|
||
|
|
||
|
simple_test <<EOF
|
||
|
NODEMAP
|
||
|
0 192.168.20.41 0x0 CURRENT
|
||
|
1 192.168.20.42 0x0 RECMASTER
|
||
|
2 192.168.20.43 0x0
|
||
|
|
||
|
VNNMAP
|
||
|
654321
|
||
|
0
|
||
|
1
|
||
|
2
|
||
|
EOF
|