Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
libinput
libinput
Commits
7b949556
Commit
7b949556
authored
Mar 02, 2020
by
Peter Hutterer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: fix a coverity complaint
Signed-off-by:
Peter Hutterer
<
peter.hutterer@who-t.net
>
parent
f657d834
Pipeline
#114389
passed with stages
in 20 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
test/test-quirks.c
test/test-quirks.c
+1
-0
No files found.
test/test-quirks.c
View file @
7b949556
...
...
@@ -63,6 +63,7 @@ make_data_dir(const char *file_content)
litest_assert_int_eq
(
rc
,
(
int
)(
strlen
(
dirname
)
+
16
));
fp
=
fopen
(
filename
,
"w+"
);
litest_assert_notnull
(
fp
);
rc
=
fputs
(
file_content
,
fp
);
fclose
(
fp
);
litest_assert_int_ge
(
rc
,
0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment