diff options
author | Karl Berry <karl@freefriends.org> | 2009-08-17 16:37:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-08-17 16:37:46 +0000 |
commit | cf34595c934021488b1499900cb9182576ceb582 (patch) | |
tree | c0f8dee20a5fe1f9fcef60fb2a88dedc401b8562 /Master/support/tests/dvi-latex2-pdfprim/pdfprim.tex | |
parent | 15fb41576282c23c5d6864975a61a9e3436fa7fc (diff) |
move tests to Build
git-svn-id: svn://tug.org/texlive/trunk@14724 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/support/tests/dvi-latex2-pdfprim/pdfprim.tex')
-rw-r--r-- | Master/support/tests/dvi-latex2-pdfprim/pdfprim.tex | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Master/support/tests/dvi-latex2-pdfprim/pdfprim.tex b/Master/support/tests/dvi-latex2-pdfprim/pdfprim.tex deleted file mode 100644 index ca28cb161fc..00000000000 --- a/Master/support/tests/dvi-latex2-pdfprim/pdfprim.tex +++ /dev/null @@ -1,14 +0,0 @@ -% $Id$ -% Originally written 2004 by Karl Berry. Public domain. -% Check that PDF primitives are undefined when running "latex" (which -% uses the pdfetex engine, as of 2004). -\documentclass{article} -\begin{document} -\ifx\pdfoutput\undefined - The pdfoutput primitive is undefined. Good. - But this will change in 2005, so use ifpdf.sty instead. -\else - The pdfoutput primitived is defined. Bad. - We shouldn't have to use ifpdf.sty yet. -\fi -\end{document} |