From: Martin Schwenke Date: Tue, 9 Jul 2019 02:42:24 +0000 (+1000) Subject: ctdb-tests: Set LANG=C for consistency of command output X-Git-Tag: tdb-1.4.2~411 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c276723dd89995100ec42402eee65d6e3a623d03;p=thirdparty%2Fsamba.git ctdb-tests: Set LANG=C for consistency of command output Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- 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 () {