projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c71885
)
test-set: drop left-over valgrind check
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Wed, 22 Feb 2023 10:13:48 +0000
(11:13 +0100)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Wed, 22 Feb 2023 10:13:57 +0000
(11:13 +0100)
In
b01f31954f1c7c4601925173ae2638b572224e9a
mempool_use_allowed
was dropped, but apparently it was forgotten here.
src/test/test-set.c
patch
|
blob
|
history
diff --git
a/src/test/test-set.c
b/src/test/test-set.c
index 0fc9dffe239bbaab7cb654892d64b4e9847b5be8..cba07c207d58df02ba960645de8dcd30ee53e713 100644
(file)
--- a/
src/test/test-set.c
+++ b/
src/test/test-set.c
@@
-5,8
+5,6
@@
#include "strv.h"
#include "tests.h"
-const bool mempool_use_allowed = VALGRIND;
-
TEST(set_steal_first) {
_cleanup_set_free_ Set *m = NULL;
int seen[3] = {};