#!/bin/sh

set -C -e -f -u

export ASYMPTOTE_HOME=$(mktemp -d)

touch tests/combine/disable
touch tests/cweb-latex/disable
touch tests/graphicx-dotted-files/disable
touch tests/lualatex/disable
touch tests/pythontex/disable
# %%%% WARNING: Transparency operations ignored - need to use -dALLOWPSTRANSPARENCY
#touch tests/pstricks-pd/disable

make test
