bat: Remove MCA error string check

Signed-off-by: John Akre <john.w.akre@intel.com>
This commit is contained in:
John Akre
2019-12-19 11:40:16 -08:00
committed by Reagan Lopez
parent 9ebcdfc463
commit 7acd3550ef
-1
View File
@@ -155,7 +155,6 @@ setup() {
run sudo sh -c "mixer build validate --from 10 --to 20 --from-repo-url clear=foo"
[[ "$status" -ne 0 ]]
[[ "$output" =~ "RPM download attempt 4 failed. Maximum of 4 attempts." ]]
}
# vi: ft=sh ts=8 sw=2 sts=2 et tw=80