Recently g++ comparisons of the full log files stopped working as well as they
used to, as sort is locale aware. This defeats some of the new fangled magic
that breaks comparisons.
* compare_tests (Usage): Add export LC_ALL=C to make sort happier.
Index: compare_tests
===================================================================
--- compare_tests (revision 193630)
+++ compare_tests (working copy)
@@ -32,6 +32,8 @@ EOUSAGE
# Written by Mike Stump <[email protected]>
# Subdir comparison added by Quentin Neill <[email protected]>
+export LC_ALL=C
+
tool=gxx
tmp1=/tmp/$tool-testing.$$a