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:
parent
18fdc7cb97
commit
54f848a78c
|
|
@ -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}"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue