summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/xdvipdfmx.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipdfm-x/xdvipdfmx.test')
-rwxr-xr-xBuild/source/texk/dvipdfm-x/xdvipdfmx.test5
1 files changed, 0 insertions, 5 deletions
diff --git a/Build/source/texk/dvipdfm-x/xdvipdfmx.test b/Build/source/texk/dvipdfm-x/xdvipdfmx.test
index 6e858aa5612..d9354034a8a 100755
--- a/Build/source/texk/dvipdfm-x/xdvipdfmx.test
+++ b/Build/source/texk/dvipdfm-x/xdvipdfmx.test
@@ -21,16 +21,11 @@ echo "*** xdvipdfmx --help" \
&& echo && echo "xdvipdfmx-help tests OK" && echo \
|| failed="$failed xdvipdfmx-help"
-# This test can fail (why?) and is skipped unless XDVIPDFMX_IMAGE is non-empty.
-if test -z "$XDVIPDFMX_IMAGE"; then :; else
-
echo "*** xdvipdfmx -v -o image2.pdf image" && echo \
&& ./xdvipdfmx -v -o image2.pdf ${srcdir}/tests/image \
&& echo && echo "xdvipdfmx-image tests OK" && echo \
|| failed="$failed xdvipdfmx-image"
-fi
-
test -z "$failed" && exit 0
echo
echo "failed tests:$failed"