summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/tests/write18-quote.tex
blob: dcfe6cb1e92d35699b19699d42c6d105e309dc7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% $Id$
% Public domain.  Originally written 2010, Karl Berry.

\catcode`\{=1 \catcode`\}=2  % allow for running with initex.

% This filename is used in the test code.
\def\newfile{write18-quote-newfile.tex}  % tex expansion happens first.

\immediate\write18{false "`touch \newfile`"}
\immediate\write18{false "story.tex'; touch '\newfile"}

% xxtodo: something about pipes.
%\message{\input |printf /etc/issue}

\end