diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-11-27 15:42:19 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-11-27 15:42:19 +0000 |
commit | 564f75c43b0ef6a72ff7bb5d6ace3f8ce90cbb15 (patch) | |
tree | 2d5db80966b82de044b326b8fbe3a15b69742a67 /tests/tools | |
parent | 5bb89f88626e3cc36471fd20aacb0f98c3401edc (diff) |
tests/tools/Makefile.am: run under sh rather than doing chmod +x on the test scripts
Diffstat (limited to 'tests/tools')
-rw-r--r-- | tests/tools/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/tools/Makefile.am b/tests/tools/Makefile.am index df9ad480..cb0acd70 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 |