From: David Levine Date: Mon, 7 May 2012 21:45:32 +0000 (-0500) Subject: Added $(TESTS_SHELL) at end of TESTS_ENVIRONMENT. This lets the X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/025bb212470ef2945c9b7f57cb7fbfceb3e04e2c?ds=inline;hp=025bb212470ef2945c9b7f57cb7fbfceb3e04e2c 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 for suggesting this. ---