We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cdf676 commit cc93d9fCopy full SHA for cc93d9f
1 file changed
tests/API/XCCDF/unittests/test_remediation_blueprint.sh
@@ -23,7 +23,7 @@ echo "Result file = $result"
23
# The expected file was generated without ' # This file was generated by OpenSCAP 1.3.5 using:' line
24
# to make the test independent from the scanner version. We have to filter this line from the output as well.
25
26
-$OSCAP xccdf generate fix --fix-type blueprint --profile 'common' "$input_xml" | grep -v "OpenSCAP" > "$result"
+$OSCAP xccdf generate fix --fix-type blueprint --profile 'common' "$input_xml" | grep -v "OpenSCAP " > "$result"
27
28
diff "$expected_result" "$result"
29
0 commit comments