From a7a49065a77d5c7a4ebda63966c04343f942b2c4 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 17 May 2016 08:23:47 +0100 Subject: Don't install non-executable test files executable Signed-off-by: Simon McVittie --- tests/Makefile.am.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am.inc b/tests/Makefile.am.inc index 105587c..aa801e4 100644 --- a/tests/Makefile.am.inc +++ b/tests/Makefile.am.inc @@ -62,15 +62,15 @@ tests/test-basic.sh: tests/package_version.txt installed_test_SCRIPTS += \ buildutil/tap-driver.sh \ tests/test-configure \ - tests/package_version.txt \ tests/make-test-app.sh \ tests/make-test-runtime.sh \ tests/make-test-bundles.sh \ - tests/libtest.sh \ $(NULL) installed_test_data = \ + tests/libtest.sh \ tests/org.test.Hello.png \ + tests/package_version.txt \ tests/test.json \ tests/session.conf.in \ $(NULL) -- cgit v1.2.1