From: Cristy Date: Tue, 22 Oct 2019 11:52:21 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.9-0~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c236c523630cbe0303e2d1808ff88476063a3b2;p=imagemagick ... --- diff --git a/PerlMagick/t/filter.t b/PerlMagick/t/filter.t index 0dd2706ec..0fb5e5100 100644 --- a/PerlMagick/t/filter.t +++ b/PerlMagick/t/filter.t @@ -21,7 +21,7 @@ END {print "not ok 1\n" unless $loaded;} use Image::Magick; $loaded=1; -require '/home/cristy/ImageMagick-7.0.8-69/PerlMagick/t/subroutines.pl'; +require 't/subroutines.pl'; chdir 't' || die 'Cd failed'; use FileHandle;