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 | |
| 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
| -rw-r--r-- | NPTest.pm | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |
