mirror of git://sourceware.org/git/glibc.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>
This commit is contained in:
parent
5071149e89
commit
b3b0d0308c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue