aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xt/test_pbuilder-modules4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/test_pbuilder-modules b/t/test_pbuilder-modules
index 52a38ac..70504b0 100755
--- a/t/test_pbuilder-modules
+++ b/t/test_pbuilder-modules
@@ -17,6 +17,8 @@ function test_information() {
expect_output "I: test
W: warning
E: error" test_information
+expect_stderr "W: warning
+E: error" test_information
function test_log() {
log.i "info"
@@ -26,6 +28,8 @@ function test_log() {
expect_output "I: info
W: warn
E: error" test_log
+expect_stderr "W: warn
+E: error" test_log
# test the non-copy case
function test_conditional_cp_a() {