aboutsummaryrefslogtreecommitdiff
path: root/t/test.t
diff options
context:
space:
mode:
authorxocel <xocel@iquidus.org>2013-01-01 18:09:56 +1300
committerxocel <xocel@iquidus.org>2013-01-03 12:11:46 +1300
commit822555d7e43653eb5a9b2c122a30e33af41c844b (patch)
tree1304a63461eb72cf17c75e7d970b5cefa8dc28fc /t/test.t
parentca238587fe160ca079c40289d5b514b55d28cf9a (diff)
downloadsbotools2-822555d7e43653eb5a9b2c122a30e33af41c844b.tar.xz
fixes #26
Diffstat (limited to 't/test.t')
-rwxr-xr-xt/test.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/test.t b/t/test.t
index d69ef34..fc5bb03 100755
--- a/t/test.t
+++ b/t/test.t
@@ -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();