diff options
Diffstat (limited to 'Build/source/texk/makejvf/makejvf.test')
-rwxr-xr-x | Build/source/texk/makejvf/makejvf.test | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/makejvf/makejvf.test b/Build/source/texk/makejvf/makejvf.test index f09e48b28a5..e6111cb6296 100755 --- a/Build/source/texk/makejvf/makejvf.test +++ b/Build/source/texk/makejvf/makejvf.test @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2010 Peter Breitenlohner <tex-live@tug.org> +# Copyright (C) 2010-2012 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. ./makejvf $srcdir/tests/min10.tfm rml && \ @@ -13,3 +13,8 @@ cmp $srcdir/tests/min10.vf min10.vf || : cmp $srcdir/tests/tmin10.vf tmin10.vf || : +TEXMFCNF=$srcdir/../kpathsea \ + ./makejvf -k0 -a abc && exit 1 + +exit 0 + |