git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1310 f882894a-f735-0410-b71e-b25c423dba1c
@@ -567,7 +567,7 @@ sub TestsFrom
closedir( DIR );
- return @tests;
+ return sort @tests;
}
# All the new object oriented stuff below