aboutsummaryrefslogtreecommitdiff
path: root/test_pbuilder-modules
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@netfort.gr.jp>2011-12-04 22:54:52 +0900
committerJunichi Uekawa <dancer@netfort.gr.jp>2011-12-04 23:05:22 +0900
commit35941a42cc8523b14b2cb193c8e5fc1758f8b0e2 (patch)
treea1a65a50fa735e7d5e6f430092e162d4e2d10d54 /test_pbuilder-modules
parentd135eddad3ad47fcd12d710776e177844b3fdd45 (diff)
downloadpbuilder-35941a42cc8523b14b2cb193c8e5fc1758f8b0e2.tar
pbuilder-35941a42cc8523b14b2cb193c8e5fc1758f8b0e2.tar.gz
fix test, and use standard lib for output.
Diffstat (limited to 'test_pbuilder-modules')
-rwxr-xr-xtest_pbuilder-modules3
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() {