We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1359ba8 commit 49ce91cCopy full SHA for 49ce91c
tests/DS/test_ds_misc.sh
@@ -262,7 +262,7 @@ function test_ds_error_remote_resources() {
262
263
$OSCAP xccdf eval --fetch-remote-resources --profile "$PROFILE" --results "$result" "$DS" 2>"$stderr" || ret=$?
264
grep -q "Downloading: https://www.example.com/security/data/oval/oval.xml.bz2 ... error" "$stderr"
265
- grep -q "OpenSCAP Error: Download failed: HTTP response code said error: 404" "$stderr"
+ grep -q "OpenSCAP Error: Download failed" "$stderr"
266
267
rm -f "$result" "$stderr"
268
}
0 commit comments