From 9e552ca19a67a54aaebc60a0aaa48756013be957 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Fri, 6 Sep 2013 11:37:29 -0400 Subject: Force LC_ALL to "C", just in case --- tests/run-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 5915dfe..8f125f7 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -1,4 +1,5 @@ #!/bin/sh +LC_ALL=C; export LC_ALL source ${builddir:-.}/slapd.sh probably= compare() -- cgit