#! /bin/sh # Copyright 2018 Karl Berry # Copyright 2014 Peter Breitenlohner # You may freely use, modify and/or distribute this file. LC_ALL=C; export LC_ALL; LANGUAGE=C; export LANGUAGE ./luatry -e "error('test')" 2>error.tmp && exit 1 sed -e 's/lt-luatry/luatry/;s,^.*/luatry,./luatry,' error.tmp >error.out diff $srcdir/error.exp error.out || exit 1