diff options
Diffstat (limited to 'test_pbuilder-modules')
-rwxr-xr-x | test_pbuilder-modules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test_pbuilder-modules b/test_pbuilder-modules index ffd8b3e..d010c98 100755 --- a/test_pbuilder-modules +++ b/test_pbuilder-modules @@ -32,7 +32,8 @@ function test_conditional_cp_a() { conditional_cp_a "hoge" "${outdir}" echo ) } -expect_output "" test_conditional_cp_a +expect_output "I: file hoge is already in target, not copying." \ + test_conditional_cp_a # test the copy case. function test_conditional_cp_a_copy() { |