summaryrefslogtreecommitdiff
path: root/tests/tools
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-27 15:42:19 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-27 15:42:19 +0000
commit564f75c43b0ef6a72ff7bb5d6ace3f8ce90cbb15 (patch)
tree2d5db80966b82de044b326b8fbe3a15b69742a67 /tests/tools
parent5bb89f88626e3cc36471fd20aacb0f98c3401edc (diff)
downloadtelepathy-glib-564f75c43b0ef6a72ff7bb5d6ace3f8ce90cbb15.tar.gz
tests/tools/Makefile.am: run under sh rather than doing chmod +x on the test scripts
20071127154219-53eee-242033782d3a97a7691d55e20b880ceb23ccaaf3.gz
Diffstat (limited to 'tests/tools')
-rw-r--r--tests/tools/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/tools/Makefile.am b/tests/tools/Makefile.am
index df9ad4801..cb0acd708 100644
--- a/tests/tools/Makefile.am
+++ b/tests/tools/Makefile.am
@@ -5,12 +5,10 @@ EXTRA_DIST = \
expected-gobject-foo.h \
expected-ginterface-foo.h
-all-local:
- chmod +x $(dist_noinst_SCRIPTS)
-
TESTS = $(dist_noinst_SCRIPTS)
TESTS_ENVIRONMENT = \
PYTHON=$(PYTHON) \
srcdir=$(srcdir) \
- top_srcdir=$(top_srcdir)
+ top_srcdir=$(top_srcdir) \
+ sh