From: GNU Libc Maintainers Date: Wed, 25 Mar 2020 12:56:56 +0000 (+0000) Subject: local-tst-system-disable-shell-tests X-Git-Tag: archive/raspbian/2.30-4+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b07fc5c7228f537d62284b8a1999118cef06b6ad;p=glibc.git local-tst-system-disable-shell-tests Gbp-Pq: Topic any Gbp-Pq: Name local-tst-system-disable-shell-tests.diff --- diff --git a/stdlib/tst-system.c b/stdlib/tst-system.c index 09a5c05ca..739fd42c5 100644 --- a/stdlib/tst-system.c +++ b/stdlib/tst-system.c @@ -76,6 +76,8 @@ do_test (void) { TEST_VERIFY (system (NULL) != 0); +/* Disabled at it depends on the running shell */ +#if 0 { char cmd[namemax]; memset (cmd, 'a', sizeof(cmd)); @@ -111,6 +113,7 @@ do_test (void) TEST_COMPARE_STRING (result.err.buffer, returnerr); free (returnerr); } +#endif { struct support_capture_subprocess result;