local-tst-system-disable-shell-tests
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Wed, 25 Mar 2020 12:56:56 +0000 (12:56 +0000)
committerAurelien Jarno <aurel32@debian.org>
Wed, 25 Mar 2020 12:56:56 +0000 (12:56 +0000)
Gbp-Pq: Topic any
Gbp-Pq: Name local-tst-system-disable-shell-tests.diff

stdlib/tst-system.c

index 09a5c05caba2bd69058afc6998bb63a3073c01da..739fd42c5e9637221dcd4a712f42e662ccad39e3 100644 (file)
@@ -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;