From: Collin Funk Date: Tue, 17 Jun 2025 03:14:19 +0000 (-0700) Subject: hurd: Remove a duplicate entry from 'tests-unsupported'. X-Git-Tag: glibc-2.42~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3b0d0308c95d213f019b19c33abf1b06911f528;p=thirdparty%2Fglibc.git hurd: Remove a duplicate entry from 'tests-unsupported'. When building on GNU/Hurd the following warnings repeat themselves: ../Rules:400: target '/home/collin/obj/glibc/io/test-lfs.out' given more than once in the same rule ../Rules:400: target '/home/collin/obj/glibc/io/test-lfs.out' given more than once in the same rule This is because commit 73b854e955 (hurd: Mark more memory-hungry tests as unsupported, 2025-01-12) added it to 'tests-unsupported' even though it was already added by decf02d382 (hurd: Mark two tests as unsupported, 2023-04-13). Message-ID: <54dc6bf7e0dbedb1b19356f41fec843c1c523b11.1750130025.git.collin.funk1@gmail.com> --- diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 994de00e2f..c90594920c 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -311,9 +311,6 @@ endif ifeq ($(subdir),htl) tests-unsupported += tst-basic7 endif -ifeq ($(subdir),io) -tests-unsupported += test-lfs -endif ifeq ($(subdir),libio) tests-unsupported += tst-asprintf-null endif