From 7222b9fadd6be6aa3c50b1aceab2acf9a8ff40b5 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 13 Nov 2015 12:13:59 +0000 Subject: t/pbuilder-modules: also test the expected stderr --- t/test_pbuilder-modules | 4 ++++ 1 file changed, 4 insertions(+) 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() { -- cgit v1.2.3