From 97cd413f16a6faa0e6430adc0d2844481724b8d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sat, 8 Feb 2025 17:09:04 +0100 Subject: [PATCH] elf: Remove now pointless empty ld.so.conf files in single tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel Reviewed-by: Adhemerval Zanella --- elf/tst-glibc-hwcaps-2-cache.root/etc/ld.so.conf | 2 -- elf/tst-glibc-hwcaps-cache.root/etc/ld.so.conf | 2 -- elf/tst-ldconfig-bad-aux-cache.root/etc/ld.so.conf | 2 -- 3 files changed, 6 deletions(-) delete mode 100644 elf/tst-glibc-hwcaps-2-cache.root/etc/ld.so.conf delete mode 100644 elf/tst-glibc-hwcaps-cache.root/etc/ld.so.conf delete mode 100644 elf/tst-ldconfig-bad-aux-cache.root/etc/ld.so.conf diff --git a/elf/tst-glibc-hwcaps-2-cache.root/etc/ld.so.conf b/elf/tst-glibc-hwcaps-2-cache.root/etc/ld.so.conf deleted file mode 100644 index e1e74dbda2b..00000000000 --- a/elf/tst-glibc-hwcaps-2-cache.root/etc/ld.so.conf +++ /dev/null @@ -1,2 +0,0 @@ -# This file was created to suppress a warning from ldconfig: -# /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory diff --git a/elf/tst-glibc-hwcaps-cache.root/etc/ld.so.conf b/elf/tst-glibc-hwcaps-cache.root/etc/ld.so.conf deleted file mode 100644 index e1e74dbda2b..00000000000 --- a/elf/tst-glibc-hwcaps-cache.root/etc/ld.so.conf +++ /dev/null @@ -1,2 +0,0 @@ -# This file was created to suppress a warning from ldconfig: -# /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory diff --git a/elf/tst-ldconfig-bad-aux-cache.root/etc/ld.so.conf b/elf/tst-ldconfig-bad-aux-cache.root/etc/ld.so.conf deleted file mode 100644 index e1e74dbda2b..00000000000 --- a/elf/tst-ldconfig-bad-aux-cache.root/etc/ld.so.conf +++ /dev/null @@ -1,2 +0,0 @@ -# This file was created to suppress a warning from ldconfig: -# /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory -- 2.47.2