summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2013-09-06 11:37:29 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2013-09-06 11:37:29 -0400
commit9e552ca19a67a54aaebc60a0aaa48756013be957 (patch)
treec4db815e2951eec57b9510f34552168b10acea1e
parentffd44956acd1cd2fab4c902e977a3975b340d450 (diff)
downloadslapi-nis-9e552ca19a67a54aaebc60a0aaa48756013be957.tar.gz
slapi-nis-9e552ca19a67a54aaebc60a0aaa48756013be957.tar.xz
slapi-nis-9e552ca19a67a54aaebc60a0aaa48756013be957.zip
Force LC_ALL to "C", just in case
-rwxr-xr-xtests/run-tests.sh1
1 files changed, 1 insertions, 0 deletions
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()