summaryrefslogtreecommitdiff
path: root/lib/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sbin')
-rw-r--r--lib/sbin/RunTestUtils.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/RunTestUtils.pl b/lib/sbin/RunTestUtils.pl
index 8329ca53..54cdb5af 100644
--- a/lib/sbin/RunTestUtils.pl
+++ b/lib/sbin/RunTestUtils.pl
@@ -1507,7 +1507,7 @@ sub ViewResults
$count = 1;
&debug_indent;
my $filesmissing = $rundata->{"$thorn $test FILEMISSING"};
- foreach $file (split(" ",$testdata->{"$thorn $test DATAFILES"}))
+ foreach $file (sort split(" ",$testdata->{"$thorn $test DATAFILES"}))
{
&debug_print("considering file '$file'");
if ($rundata->{"$thorn $test $file NFAILSTRONG"}