diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2010-05-04 18:58:13 +0200 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2010-05-04 18:58:13 +0200 |
commit | 80cfee88e698aec70c2f440cadd86c1843b63ef6 (patch) | |
tree | 373b3c8fd46f18b0c4963b91b7d753aa0b218498 /tests | |
parent | 4ded52f91253482ab4ce29a538aa7a33f3aab596 (diff) | |
download | patch-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.am | 2 |
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) |