beta-0.89.2
[luatex.git] / source / libs / lua52 / luaerror.test
blobe313f3694c4075c877d979bd2cf5ddc85e982723
1 #! /bin/sh
3 # Copyright (C) 2014 Peter Breitenlohner <tex-live@tug.org>
4 # You may freely use, modify and/or distribute this file.
6 ./luatry -e "error('test')" 2>error.tmp && exit 1
8 sed -e 's/lt-luatry/luatry/;s,^.*/luatry,./luatry,' error.tmp >error.out
10 diff $srcdir/error.exp error.out || exit 1