[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r195 - branches/1.23.0/testset



Author: jeroen
Date: 2004-04-19 23:10:19 +0200 (Mon, 19 Apr 2004)
New Revision: 195

Modified:
   branches/1.23.0/testset/runtests
Log:
Testset:
- Make sure test result sorting is done according to C locale...
  (Suddenly a lot of tests failed on me due to nl_NL sorting :)


Modified: branches/1.23.0/testset/runtests
===================================================================
--- branches/1.23.0/testset/runtests	2004-04-18 19:54:38 UTC (rev 194)
+++ branches/1.23.0/testset/runtests	2004-04-19 21:10:19 UTC (rev 195)
@@ -99,6 +99,7 @@
     delete $ENV{'LINTIAN_LAB'};
     delete $ENV{'LINTIAN_DIST'};
     delete $ENV{'LINTIAN_UNPACK_LEVEL'};
+    $ENV{'LC_COLLATE'} = 'C';
 }
 
 my $LINTIAN_ROOT = $ENV{'LINTIAN_ROOT'};



Reply to: