From ae590813d2a65966ca0721ee295866f7cbb875fd Mon Sep 17 00:00:00 2001 From: Toby White Date: Tue, 1 Jan 2008 18:02:13 +0000 Subject: [PATCH] Allow general external entities to be read --- runtests.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/runtests.sh b/runtests.sh index 96ed863..d3ba4d1 100755 --- a/runtests.sh +++ b/runtests.sh @@ -13,9 +13,9 @@ cp $FOXHOME/sax/test/sax_valid.*.exe . if test ! -f sax_well_formed.ns.no.exe; then exit 1; fi THISPWD=$(pwd) -XSL=$(tempfile) -TESTS=$(tempfile) -TMPFILE=$(tempfile) +XSL=$(mktemp -t FoX) +TESTS=$(mktemp -t FoX) +TMPFILE=$(mktemp -t FoX) TEST=$THISPWD/test.sh XMLCONF=$THISPWD/xmlconf.xml SAX_WELL_FORMED=$THISPWD/sax_well_formed @@ -69,7 +69,7 @@ cat < $XSL - +