Skip to content

Commit cc93d9f

Browse files
committed
Fix test_remediation_blueprint if OpenSCAP is in source path
1 parent 0cdf676 commit cc93d9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/API/XCCDF/unittests/test_remediation_blueprint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ echo "Result file = $result"
2323
# The expected file was generated without ' # This file was generated by OpenSCAP 1.3.5 using:' line
2424
# to make the test independent from the scanner version. We have to filter this line from the output as well.
2525

26-
$OSCAP xccdf generate fix --fix-type blueprint --profile 'common' "$input_xml" | grep -v "OpenSCAP" > "$result"
26+
$OSCAP xccdf generate fix --fix-type blueprint --profile 'common' "$input_xml" | grep -v "OpenSCAP " > "$result"
2727

2828
diff "$expected_result" "$result"
2929

0 commit comments

Comments
 (0)