From c276723dd89995100ec42402eee65d6e3a623d03 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Tue, 9 Jul 2019 12:42:24 +1000 Subject: [PATCH] ctdb-tests: Set LANG=C for consistency of command output Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- ctdb/tests/scripts/common.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ctdb/tests/scripts/common.sh b/ctdb/tests/scripts/common.sh index 63df11242e7..ec06fa0c8db 100644 --- a/ctdb/tests/scripts/common.sh +++ b/ctdb/tests/scripts/common.sh @@ -2,6 +2,11 @@ # Common variables and functions for all CTDB tests. + +# Commands on different platforms may quote or sort things differently +# without this +export LANG=C + # Print a message and exit. die () { -- 2.47.3