diff options
author | xocel <xocel@iquidus.org> | 2013-01-01 18:09:56 +1300 |
---|---|---|
committer | xocel <xocel@iquidus.org> | 2013-01-03 12:11:46 +1300 |
commit | 822555d7e43653eb5a9b2c122a30e33af41c844b (patch) | |
tree | 1304a63461eb72cf17c75e7d970b5cefa8dc28fc /t/test.t | |
parent | ca238587fe160ca079c40289d5b514b55d28cf9a (diff) | |
download | sbotools2-822555d7e43653eb5a9b2c122a30e33af41c844b.tar.xz |
fixes #26
Diffstat (limited to 't/test.t')
-rwxr-xr-x | t/test.t | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -389,5 +389,8 @@ confirm_remove('zdoom'); $count = @SBO::Lib::confirmed; is($count, 4, 'confirm_remove good for duplicate sbo'); +# test get_readme_contents +ok((get_readme_contents "$sbo_home/network/nagios"), 'get_readme_contents is good'); + # end of tests. done_testing(); |