pull-metalink: Don't print error output when we expect failure

I think I added `cat err.txt` to debug, but it's not necessary now.
This commit is contained in:
Colin Walters 2015-04-09 09:14:52 -04:00
parent 18fdc7cb97
commit 54f848a78c
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ test_metalink_pull_error() {
if ${CMD_PREFIX} ostree --repo=repo pull origin:main 2>err.txt; then
assert_not_reached "pull unexpectedly succeeded"
fi
cat err.txt
assert_file_has_content err.txt "${msg}"
}