瀏覽代碼

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 年之前
父節點
當前提交
27e4010f74
共有 1 個文件被更改,包括 1 次插入1 次删除
  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