tests: don't depend on the user's definition of SHELL

http://lists.gnu.org/archive/html/bug-bison/2019-01/msg00031.html

* examples/test (SHELL): Set it to /bin/sh.
This commit is contained in:
Kiyoshi Kanazawa
2019-01-27 06:58:17 +01:00
committed by Akim Demaille
parent 8023b3153a
commit 83ebc8bdb6

View File

@@ -15,6 +15,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
SHELL=/bin/sh
export SHELL
me=$(basename "$1" .test)
medir=$(dirname "$1" | sed -e 's,.*examples/,,')