mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
Revert "ctdb-tests: Improve test portability"
Fix missing Reviewed-by: tag. This reverts commit 1f6556916e7f3a731d7d760fa6fd857e7f571541. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
979a6c8c5f
commit
cf3b1fb390
@ -18,7 +18,7 @@ if [ -z "$out" ] ; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
n=$(sort -u "$outfile" | wc -l | tr -d '[:space:]')
|
n=$(sort -u "$outfile" | wc -l)
|
||||||
if [ "$n" = 1 ] ; then
|
if [ "$n" = 1 ] ; then
|
||||||
echo "GOOD: All nodes have the same recovery lock setting"
|
echo "GOOD: All nodes have the same recovery lock setting"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user