diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-11-13 12:13:59 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-11-15 10:16:21 +0000 |
commit | 7222b9fadd6be6aa3c50b1aceab2acf9a8ff40b5 (patch) | |
tree | 5abd365b067a36a595b91fffd726134586bf2d73 /t | |
parent | b25fa3e68e83a3c36a111bca0fc090e3bd5529db (diff) | |
download | pbuilder-7222b9fadd6be6aa3c50b1aceab2acf9a8ff40b5.tar pbuilder-7222b9fadd6be6aa3c50b1aceab2acf9a8ff40b5.tar.gz |
t/pbuilder-modules: also test the expected stderr
Diffstat (limited to 't')
-rwxr-xr-x | t/test_pbuilder-modules | 4 |
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() { |