diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2011-12-04 22:54:52 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2011-12-04 23:05:22 +0900 |
commit | 35941a42cc8523b14b2cb193c8e5fc1758f8b0e2 (patch) | |
tree | a1a65a50fa735e7d5e6f430092e162d4e2d10d54 /test_pbuilder-modules | |
parent | d135eddad3ad47fcd12d710776e177844b3fdd45 (diff) | |
download | pbuilder-35941a42cc8523b14b2cb193c8e5fc1758f8b0e2.tar pbuilder-35941a42cc8523b14b2cb193c8e5fc1758f8b0e2.tar.gz |
fix test, and use standard lib for output.
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() { |