tests: port to Solaris 10 /bin/sh
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 Apr 2013 21:21:31 +0000 (14:21 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 Apr 2013 22:27:15 +0000 (15:27 -0700)
commit971516e5cc324ed306f048bff0a8c5895e42af8c
treee0b87e069d4a3cdf333a572398c01cd75a453f9f
parent6ea2e1bf864059de97981ab34e7f2331b5aad218
tests: port to Solaris 10 /bin/sh

* tests/Makefile.am (TESTS_ENVIRONMENT):
Use "FOO=val; export FOO" rather than "export FOO=val",
as the latter form doesn't work with Solaris /bin/sh.
tests/Makefile.am