diff options
-rw-r--r-- | NPTest.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -567,7 +567,7 @@ sub TestsFrom | |||
567 | 567 | ||
568 | closedir( DIR ); | 568 | closedir( DIR ); |
569 | 569 | ||
570 | return @tests; | 570 | return sort @tests; |
571 | } | 571 | } |
572 | 572 | ||
573 | # All the new object oriented stuff below | 573 | # All the new object oriented stuff below |