From: Florian Weimer Date: Tue, 8 Oct 2019 16:55:48 +0000 (+0200) Subject: posix/tst-wordexp-nocmd: Fix diagnostics output in test X-Git-Tag: changelog-ends-here~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25465ee0370096a138e670e7fad26d5de8926ffb;p=thirdparty%2Fglibc.git posix/tst-wordexp-nocmd: Fix diagnostics output in test --- diff --git a/ChangeLog b/ChangeLog index 6452bea35d8..7befd8e79c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-10-08 Florian Weimer + + * posix/tst-wordexp-nocmd.c (do_test): Fix diagnostics output. + 2019-10-08 Florian Weimer * posix/Makefile (tests): Add tst-wordexp-nocmd. diff --git a/posix/tst-wordexp-nocmd.c b/posix/tst-wordexp-nocmd.c index b2f64c819fd..cb6033e15f4 100644 --- a/posix/tst-wordexp-nocmd.c +++ b/posix/tst-wordexp-nocmd.c @@ -161,12 +161,12 @@ do_test (void) #ifdef CLONE_NEWPID if (unshare (CLONE_NEWPID) != 0) - printf ("warning: unshare (CLONE_NEW_PID) failed: %m\n" + printf ("warning: unshare (CLONE_NEWPID) failed: %m\n" "warning: This leads to reduced test coverage.\n"); else pid_tests_supported = true; #else - printf ("warning: CLONE_NEW_PID not available.\n" + printf ("warning: CLONE_NEWPID not available.\n" "warning: This leads to reduced test coverage.\n"); #endif