projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2429f5
)
test-namespace: tweak log message a bit
author
Lennart Poettering
<lennart@poettering.net>
Fri, 22 Nov 2024 16:43:17 +0000
(17:43 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 22 Nov 2024 23:14:20 +0000
(
00:14
+0100)
src/test/test-namespace.c
patch
|
blob
|
history
diff --git
a/src/test/test-namespace.c
b/src/test/test-namespace.c
index 4d8efb23bd7a20599701439059c6d1340696585b..66a8bdf427088bc6f9f3fe1505aebd4eda6a65ff 100644
(file)
--- a/
src/test/test-namespace.c
+++ b/
src/test/test-namespace.c
@@
-229,7
+229,7
@@
TEST(namespace_is_init) {
static int intro(void) {
if (!have_namespaces())
- return log_tests_skipped("Don't have namespace support");
+ return log_tests_skipped("Don't have namespace support
or lacking privileges
");
return EXIT_SUCCESS;
}