]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-namespace: tweak log message a bit 35306/head
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Nov 2024 16:43:17 +0000 (17:43 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Nov 2024 23:14:20 +0000 (00:14 +0100)
src/test/test-namespace.c

index 4d8efb23bd7a20599701439059c6d1340696585b..66a8bdf427088bc6f9f3fe1505aebd4eda6a65ff 100644 (file)
@@ -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;
 }