From 4ef2fa05d5129aa42155c03c25f4294fc45554aa Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 2 Mar 2022 12:29:41 +0000 Subject: [PATCH] tests: Don't install tap-driver.sh in the installed-tests This is specifically for running build-time tests in the Autotools build system, and is not used when running installed-tests. Signed-off-by: Simon McVittie (cherry picked from commit 597abdc5853d5ae0b9c212aeb5517bd2eeab2717) --- tests/Makefile.am.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Makefile.am.inc b/tests/Makefile.am.inc index 91a5b6b9..af25291f 100644 --- a/tests/Makefile.am.inc +++ b/tests/Makefile.am.inc @@ -202,7 +202,6 @@ tests/package_version.txt: Makefile tests/test-basic.sh: tests/package_version.txt dist_installed_test_extra_scripts += \ - buildutil/tap-driver.sh \ tests/http-utils-test-server.py \ tests/oci-registry-server.py \ tests/oci-registry-client.py \