tests: don't use "local" in bourne shell scripts
authorJim Meyering <meyering@redhat.com>
Mon, 8 Sep 2008 06:23:37 +0000 (08:23 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 10 Sep 2008 11:20:27 +0000 (13:20 +0200)
commit1084bf78eafe4de0d8f0752a638be97e26157ea1
treece93e5c4d6ff8047663406447c37418dd2656043
parent68561594ca022703e255b3ef5686f176317e5fd4
tests: don't use "local" in bourne shell scripts

* tests/test-lib.sh (remove_tmp_, skip_if_mcstransd_is_running_):
Avoid failure on Solaris 11, since their /bin/sh passes the tests
in posix-shell.m4, yet does not support "local" (which is not POSIX).
tests/test-lib.sh