summaryrefslogtreecommitdiff
path: root/Build/source/libs/lua52/luaerror.test
blob: 2f6958b3a4cd02ec999e986e620e05df78cfd7ba (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

# Copyright (C) 2014 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

./luatry -e "error('test')" 2>error.out && exit 1

diff $srcdir/error.exp error.out || exit 1