summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-05-17 08:23:47 +0100
committerAlexander Larsson <alexl@redhat.com>2016-05-17 17:55:42 +0200
commita7a49065a77d5c7a4ebda63966c04343f942b2c4 (patch)
tree812d0ee6a3cefba3010d95409a83c384f1705961
parent3d232bbe151e4dfe19ff981cad2e749cca888b3d (diff)
downloadxdg-app-a7a49065a77d5c7a4ebda63966c04343f942b2c4.tar.gz
Don't install non-executable test files executable
Signed-off-by: Simon McVittie <smcv@debian.org>
-rw-r--r--tests/Makefile.am.inc4
1 files 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)