Explorar el Código

Sort ordering of tests

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1310 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon hace 20 años
padre
commit
27e4010f74
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      NPTest.pm

+ 1 - 1
NPTest.pm

@@ -567,7 +567,7 @@ sub TestsFrom
 
   closedir( DIR );
 
-  return @tests;
+  return sort @tests;
 }
 
 # All the new object oriented stuff below