From a59a2c21161f5a0f9dadf1dd2dc60377de75c21e Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Mon, 19 Nov 2012 18:16:36 +0000 Subject: * compare_tests: Add export LC_ALL=C to make sort happier. From-SVN: r193631 --- contrib/compare_tests | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/compare_tests') diff --git a/contrib/compare_tests b/contrib/compare_tests index 4afc07c..b96e4a8 100755 --- a/contrib/compare_tests +++ b/contrib/compare_tests @@ -32,6 +32,8 @@ EOUSAGE # Written by Mike Stump # Subdir comparison added by Quentin Neill +export LC_ALL=C + tool=gxx tmp1=/tmp/$tool-testing.$$a -- cgit v1.1