summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/xetexdir/tests/bug73.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/tests/bug73.tex')
-rw-r--r--Build/source/texk/web2c/xetexdir/tests/bug73.tex11
1 files changed, 10 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/xetexdir/tests/bug73.tex b/Build/source/texk/web2c/xetexdir/tests/bug73.tex
index e9351ca31dc..dc3d2fef5f6 100644
--- a/Build/source/texk/web2c/xetexdir/tests/bug73.tex
+++ b/Build/source/texk/web2c/xetexdir/tests/bug73.tex
@@ -1,7 +1,16 @@
+% Copyright (C) 2014 Peter Breitenlohner <tex-live@tug.org>
+% You may freely use, modify and/or distribute this file.
+%
+\ifx\fmtname\undefined
+ \input basic
+ \def\fmtname{basic}
+ \expandafter\dump
+\fi
+%==================
\begingroup % Just there to minimize tracing output
\tracingmacros=2
\tracingonline=1
\everyvbox{\relax} % or whatever, non-empty.
- \vbox{}
+ \setbox0=\vbox{} % no pdf output
\endgroup
\end