summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lawrence <lawrencc@debian.org>2008-08-04 20:29:54 -0500
committerDidier Raboud <odyx@debian.org>2008-08-04 20:29:54 -0500
commit890ac81fb735fccade48eea330cd86ea1c7c2aaa (patch)
tree5ba7b6e68659768033e828a1cd3caa46c7335adc /test
parentfd7d5db1910c7e2c848b6e7cdfa012057003f61f (diff)
lsb 3.2-19 Debian release.
Diffstat (limited to 'test')
-rw-r--r--test/lsb-test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lsb-test.sh b/test/lsb-test.sh
index 663d133..1168a62 100644
--- a/test/lsb-test.sh
+++ b/test/lsb-test.sh
@@ -4,5 +4,7 @@ echo "Importing $1/init-functions"
. $1/init-functions
log_warning_msg "Only a warning"
+log_success_msg "This should succeed"
+log_failure_msg "This fails miserably"
echo "OK!"