diff --git a/bin/test b/bin/test index df9dd7a..434ff59 100755 --- a/bin/test +++ b/bin/test @@ -10,21 +10,7 @@ function indent() { esac } -ls -lahR . | indent - -echo "LIBRARY_PATH" | indent -ls -lahR $LIBRARY_PATH | indent - -echo "LD_LIBRARY_PATH" | indent -ls -lahR $LD_LIBRARY_PATH | indent - -echo "MAGICK_CONFIGURE_PATH" | indent -ls -lahR $MAGICK_CONFIGURE_PATH | indent - -echo "MAGICK_HOME" | indent -ls -lahR $MAGICK_HOME | indent - -env | indent +ls -lahR /app/vendor/imagemagick | indent magick -list configure | indent # magick -resize 100 fixtures/test.avif fixtures/test-resize.avif | indent