From: Roland McGrath Date: Thu, 23 Aug 2001 04:34:36 +0000 (+0000) Subject: 2001-08-22 Roland McGrath X-Git-Tag: cvs/glibc-2-2-5~389 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9022567542acf6734184696596aef0851e7f8f0;p=thirdparty%2Fglibc.git 2001-08-22 Roland McGrath * conform/conformtest.pl (checknamespace): Sort the output list. --- diff --git a/conform/conformtest.pl b/conform/conformtest.pl index ebef130e967..b15656bd60f 100644 --- a/conform/conformtest.pl +++ b/conform/conformtest.pl @@ -278,7 +278,8 @@ sub checknamespace { unlink "$fnamebase.c"; $realerror = 0; if ($#errors != 0) { - foreach $f (%errors) { + # Sort the output list so it's easier to compare results with diff. + foreach $f (sort keys(%errors)) { if ($errors{$f} == 1) { if ($realerror == 0) { printf ("FAIL\n " . "-" x 72 . "\n");