summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/twill.test
blob: 0db85b4e954393d8086533037784bce3e436820d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh -vx
# $Id$
# Copyright 2022 Andreas Scherer <https://ascherer.github.io>
# Copyright 2017 Karl Berry <tex-live@tug.org>
# Copyright 2009 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

BinDir=${BinDir:-.}
ExeExt=${ExeExt:-}
_twill=$BinDir/twill$ExeExt

test -d tests || mkdir -p tests

TEXMFCNF=$srcdir/../kpathsea WEBINPUTS=$srcdir \
  $_twill pooltype || exit 1