From 38635004386c7814bd81e00f756f6f2a3f7a5612 Mon Sep 17 00:00:00 2001 From: Aaron Merey Date: Thu, 4 Jul 2024 19:28:27 -0400 Subject: [PATCH] tests/Makefile.am: Add run-sysroot.sh to EXTRA_DIST Signed-off-by: Aaron Merey --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index d5b2c02b..77f9b90d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -669,7 +669,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh run-ar.sh \ testfile-dwp-4-cu-index-overflow.dwp.bz2 \ testfile-dwp-cu-index-overflow.source \ testfile-define-file.bz2 \ - testfile-sysroot.tar.bz2 + testfile-sysroot.tar.bz2 run-sysroot.sh if USE_VALGRIND -- 2.47.2