mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
Tests - ctdb listvars test should allow alphanumericals in tunable names.
This matches the new "LCP2PublicIPs" tunable. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 0680437bf5f02aeaed6387370e58bbdba2c04f28)
This commit is contained in:
parent
f9e58b502f
commit
facd0ce624
@ -37,5 +37,5 @@ try_command_on_node -v 0 "$CTDB listvars"
|
||||
|
||||
sanity_check_output \
|
||||
5 \
|
||||
'^[[:alpha:]]+[[:space:]]*=[[:space:]]*[[:digit:]]+$' \
|
||||
'^[[:alpha:]][[:alnum:]]+[[:space:]]*=[[:space:]]*[[:digit:]]+$' \
|
||||
"$out"
|
||||
|
Loading…
x
Reference in New Issue
Block a user