summaryrefslogtreecommitdiffstats
path: root/tests/runtest.sh
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-04-11 10:37:08 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-04-11 10:37:08 +0200
commit8ca014410d1b64d802772c168f416d8bcc99fbe3 (patch)
tree25c1c65fb14798305fe55fd640a2ae8ab868c026 /tests/runtest.sh
parentce17cdd73068c1ee71f149a8de9f7450a556caba (diff)
Sorting is dependent on the locale settings, use LC_ALL=C
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-xtests/runtest.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index ae0780e..692ac3e 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -13,6 +13,10 @@ tests="$tests hash:ip,port,net hash:ip6,port,net6"
tests="$tests setlist"
tests="$tests iptree iptreemap"
+# For correct sorting:
+LC_ALL=C
+export LC_ALL
+
add_tests() {
# inet|inet6 network
if [ $1 = "inet" ]; then