projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95dafd3
)
test: drop an unused assignment
author
Frantisek Sumsal
<frantisek@sumsal.cz>
Sun, 2 Jul 2023 09:04:38 +0000
(11:04 +0200)
committer
Frantisek Sumsal
<frantisek@sumsal.cz>
Sun, 2 Jul 2023 09:04:38 +0000
(11:04 +0200)
Unused since
788c2d9523
.
Resolves: CID#
1509248
src/test/test-watchdog.c
patch
|
blob
|
history
diff --git
a/src/test/test-watchdog.c
b/src/test/test-watchdog.c
index a0b3af2aba1b67b57d57ce22defbc5d42a03bbc7..70d069c08b53bd0b59fb940343760bcc910a36a7 100644
(file)
--- a/
src/test/test-watchdog.c
+++ b/
src/test/test-watchdog.c
@@
-23,8
+23,6
@@
int main(int argc, char *argv[]) {
r = watchdog_setup(t);
if (r < 0)
log_warning_errno(r, "Failed to open watchdog: %m");
- if (r == -EPERM)
- t = 0;
for (i = 0; i < count; i++) {
t = watchdog_runtime_wait();