#!/bin/sh
set -exu

export HOME=`pwd`/nonexistent
export PDF2HTMLEX_SHARE=/usr/share/pdf2htmlEX
export PDF2HTMLEX_EXECUTABLE=/usr/bin/pdf2htmlEX

cp -a test "$ADTTMP"
cd "$ADTTMP/test"
python ./test.py
