File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
tests/probes/yamlfilecontent Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ function test_probes_yamlfilecontent_array {
6
6
7
7
probecheck " yamlfilecontent" || return 255
8
8
9
- local ret_val=0;
9
+ local ret_val=0
10
10
local DF=" ${srcdir} /test_probes_yamlfilecontent_array.xml"
11
11
local RF=" results.xml"
12
12
@@ -19,10 +19,10 @@ function test_probes_yamlfilecontent_array {
19
19
$OSCAP oval eval --results $RF $DF
20
20
21
21
if [ -f $RF ]; then
22
- verify_results " def" $DF $RF 2 && verify_results " tst" $DF $RF 3
23
- ret_val=$?
22
+ verify_results " def" $DF $RF 2 && verify_results " tst" $DF $RF 3
23
+ ret_val=$?
24
24
else
25
- ret_val=1
25
+ ret_val=1
26
26
fi
27
27
28
28
rm -f $YAML_FILE
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ function test_probes_yamlfilecontent_key {
6
6
7
7
probecheck " yamlfilecontent" || return 255
8
8
9
- local ret_val=0;
9
+ local ret_val=0
10
10
local DF=" ${srcdir} /test_probes_yamlfilecontent_key.xml"
11
11
local RF=" results.xml"
12
12
@@ -19,10 +19,10 @@ function test_probes_yamlfilecontent_key {
19
19
$OSCAP oval eval --results $RF $DF
20
20
21
21
if [ -f $RF ]; then
22
- verify_results " def" $DF $RF 2 && verify_results " tst" $DF $RF 3
23
- ret_val=$?
22
+ verify_results " def" $DF $RF 2 && verify_results " tst" $DF $RF 3
23
+ ret_val=$?
24
24
else
25
- ret_val=1
25
+ ret_val=1
26
26
fi
27
27
28
28
rm -f $YAML_FILE
You can’t perform that action at this time.
0 commit comments