Use C locale for portable comparison.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 26 Oct 2002 16:43:19 +0000 (16:43 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 26 Oct 2002 16:43:19 +0000 (16:43 +0000)
t/src/test_script

index 3a1cf8e37b0f91ed6c32916893b8a83ec90876ce..2053507fc87a3f00071dd3a38e562ce61d5d7754 100755 (executable)
@@ -46,6 +46,8 @@ builddir=`pwd`
 ltcmd="$builddir/../libtool --mode=execute -dlopen $builddir/../gedcom/libgedcom.la"
 GCONV_PATH=.:$GCONV_PATH
 export GCONV_PATH
+LANG=C
+export LANG
 ln -s $srcdir/../data/gedcom.enc .
 ln -s $builddir/../iconv/glibc/.libs/ANSI_Z39.47.so .
 ln -s $srcdir/../iconv/glibc/gconv-modules .