summaryrefslogtreecommitdiffstats
path: root/NPTest.pm
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-01-31 15:40:20 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-01-31 15:40:20 (GMT)
commit27e4010f74986ca175399972a6df54ac02b64a8a (patch)
tree92d3172ff9afa0f8ac3bfda4825846999299b864 /NPTest.pm
parent864544b29ef7ad2cddc32c26b4251fc1b680c8f9 (diff)
downloadmonitoring-plugins-27e4010f74986ca175399972a6df54ac02b64a8a.tar.gz
Sort ordering of tests
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1310 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NPTest.pm')
-rw-r--r--NPTest.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/NPTest.pm b/NPTest.pm
index e321623..f1ff801 100644
--- a/NPTest.pm
+++ b/NPTest.pm
@@ -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