aboutsummaryrefslogtreecommitdiff
path: root/test_pbuilder-modules
diff options
context:
space:
mode:
Diffstat (limited to 'test_pbuilder-modules')
-rwxr-xr-xtest_pbuilder-modules15
1 files changed, 15 insertions, 0 deletions
diff --git a/test_pbuilder-modules b/test_pbuilder-modules
new file mode 100755
index 0000000..402c424
--- /dev/null
+++ b/test_pbuilder-modules
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+. ./testlib.sh
+. ./pbuilder-modules
+
+function test_information() {
+ log "I: test"
+ log "W: warning"
+ log "E: error"
+}
+expect_output "I: test
+W: warning
+E: error" test_information
+
+testlib_summary