diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-01-31 15:40:20 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-01-31 15:40:20 +0000 |
commit | 27e4010f74986ca175399972a6df54ac02b64a8a (patch) | |
tree | 92d3172ff9afa0f8ac3bfda4825846999299b864 /NPTest.pm | |
parent | 864544b29ef7ad2cddc32c26b4251fc1b680c8f9 (diff) | |
download | monitoring-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.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -567,7 +567,7 @@ sub TestsFrom closedir( DIR ); - return @tests; + return sort @tests; } # All the new object oriented stuff below |