Added $(TESTS_SHELL) at end of TESTS_ENVIRONMENT. This lets the
authorDavid Levine <levinedl@acm.org>
Mon, 7 May 2012 21:45:32 +0000 (16:45 -0500)
committerDavid Levine <levinedl@acm.org>
Mon, 7 May 2012 21:45:32 +0000 (16:45 -0500)
commit025bb212470ef2945c9b7f57cb7fbfceb3e04e2c
tree478f53288abf8971d36596a0347b43c6b2b8aa40
parentc4d932d08940f689b39b654a714f9ef3657690a9
Added $(TESTS_SHELL) at end of TESTS_ENVIRONMENT.  This lets the
user run the tests using a shell other than the default /bin/sh
by using, e.g., make check TESTS_SHELL=/bin/bash.  Thanks to
Tom Lane <tgl@sss.pgh.pa.us> for suggesting this.
Makefile.am