corrected produceHtmlForBrowserTests

This commit is contained in:
Stephen Gaito 2020-06-17 14:14:55 +01:00
parent eb63aa06a4
commit 27df8a4262
1 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,10 @@ if test -z "$PDF2HTMLEX_PREDIR" ; then
export PDF2HTMLEX_PREDIR=/tmp/pdf2htmlEX/pre
fi
if test -z "$PDF2HTMLEX_TEST_DIR" ; then
export PDF2HTMLEX_TEST_DIR=.
fi
# clear out the TMPDIR
#
rm -rf $PDF2HTMLEX_TMPDIR