142
142
# Append the criteria for sorting, in order of importance.
145
144
# Group test with equal options together.
146
145
# Ending with "~" makes empty sort later than filled
147
146
push(@criteria, join("!", sort @{$tinfo->{'master_opt'}}) . "~");