diff --git a/tests/common.shi b/tests/common.shi
deleted file mode 100644
index 620f656..0000000
--- 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