#!/bin/sh
set -C -e -f -u
cd "$AUTOPKGTEST_TMP"
cat > foo.tex <<EOF
\documentclass{article}
\begin{document}
hello
\end{document}
EOF
rubber foo 2> stderr
diff stderr - <<EOF
compiling foo.tex...
compiling foo.tex...
EOF
