From: cristy Date: Mon, 27 Aug 2012 13:00:24 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5054 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=281fe364fe05d74387cc0134cb7e107d51bccb63;p=imagemagick --- diff --git a/tests/common.shi b/tests/common.shi deleted file mode 100644 index 620f6564e..000000000 --- a/tests/common.shi +++ /dev/null @@ -1,23 +0,0 @@ -# Test environment -top_srcdir='/home/cristy/ImageMagick/ImageMagick' -top_builddir='/home/cristy/ImageMagick/ImageMagick' - -set -a -COMPARE="/home/cristy/ImageMagick/ImageMagick/utilities/compare" -COMPOSITE="/home/cristy/ImageMagick/ImageMagick/utilities/composite" -CONJURE="/home/cristy/ImageMagick/ImageMagick/utilities/conjure" -CONVERT="/home/cristy/ImageMagick/ImageMagick/utilities/convert" -DISPLAY="/home/cristy/ImageMagick/ImageMagick/utilities/display" -IDENTIFY="/home/cristy/ImageMagick/ImageMagick/utilities/identify" -MAGICK="/home/cristy/ImageMagick/ImageMagick/utilities/magick" -MONTAGE="/home/cristy/ImageMagick/ImageMagick/utilities/montage" -VALIDATE="/home/cristy/ImageMagick/ImageMagick/tests/validate" -DRAWTEST="/home/cristy/ImageMagick/ImageMagick/tests/drawtest" -WANDTEST="/home/cristy/ImageMagick/ImageMagick/tests/wandtest" -REFERENCE_IMAGE="/home/cristy/ImageMagick/ImageMagick/images/rose.pnm" -LD_LIBRARY_PATH="/home/cristy/ImageMagick/ImageMagick/magick/.libs:${LD_LIBRARY_PATH}" -MAGICK_CODER_MODULE_PATH='/home/cristy/ImageMagick/ImageMagick/coders' -MAGICK_CONFIGURE_PATH='/home/cristy/ImageMagick/ImageMagick/config:/home/cristy/ImageMagick/ImageMagick/config' -MAGICK_FILTER_MODULE_PATH='/home/cristy/ImageMagick/ImageMagick/filters' -PATH="/home/cristy/ImageMagick/ImageMagick/utilities:${PATH}" -set +a