Browse Source

Sort ordering of tests

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1310 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon 20 năm trước cách đây
mục cha
commit
27e4010f74
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      NPTest.pm

+ 1 - 1
NPTest.pm

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