Skip to content

Commit 5fceded

Browse files
committed
Fix return code
1 parent bc80f56 commit 5fceded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common/test_oscap_util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ int test_oscap_remove_excess_whitespace()
156156
char *str3 = " \n \n \n";
157157
result = oscap_remove_excess_whitespace(str3);
158158
if (strcmp(result, "") != 0)
159-
return 2;
159+
return 3;
160160
free(result);
161161

162162
char *str4 = "";

0 commit comments

Comments
 (0)