summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/tests/cnfnewline.test
blob: 9d93984d8f573acd302c6083ff7c56c6da1e91ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh -vx
# $Id$
# Copyright 2017 Karl Berry <tex-live@tug.org>
# Copyright 2013 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

TEXMFCNF=$srcdir/tests/cnfnewline; export TEXMFCNF

val=`./kpsewhich --debug=-1 --var-value=lastvar`
test x"$val" = xlastval || exit 1

# verbose for testing.
#if test x"$val" = xlastval; then
#  echo "$0: ok"
#else
#  echo "$0: bad, got \`$val'"
#  exit 1
#fi