From 8ca014410d1b64d802772c168f416d8bcc99fbe3 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 11 Apr 2011 10:37:08 +0200 Subject: Sorting is dependent on the locale settings, use LC_ALL=C --- tests/runtest.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/runtest.sh') 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 -- cgit v1.2.3