summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2010-05-04 18:58:13 +0200
committerAndreas Gruenbacher <agruen@suse.de>2010-05-04 18:58:13 +0200
commit80cfee88e698aec70c2f440cadd86c1843b63ef6 (patch)
tree373b3c8fd46f18b0c4963b91b7d753aa0b218498 /tests
parent4ded52f91253482ab4ce29a538aa7a33f3aab596 (diff)
downloadpatch-80cfee88e698aec70c2f440cadd86c1843b63ef6.tar.gz
Remove $(TEST_SHELL) and use $(SHELL) instead.
* configure.ac, tests/Makefile: Remove $(TEST_SHELL) and use $(SHELL) instead.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 80684aa..fbade22 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -55,4 +55,4 @@ EXTRA_DIST = \
TESTS_ENVIRONMENT = \
abs_top_builddir=$(abs_top_builddir); \
export abs_top_builddir; \
- $(TEST_SHELL)
+ $(SHELL)