aboutsummaryrefslogtreecommitdiff
path: root/t/test.t
diff options
context:
space:
mode:
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();