]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 13 Sep 2012 11:31:49 +0000 (11:31 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 13 Sep 2012 11:31:49 +0000 (11:31 +0000)
tests/wandtest.c

index 33bb7c6e3a5746c2d1dfd1e3fcd25faceb43e433..d794115e34c266e606f8b7441fa5689351f6aa10 100644 (file)
@@ -5235,7 +5235,7 @@ int main(int argc,char **argv)
         if (path[strlen(path)-1] != '/')
           (void) strcat(path,"/");
       }
-    (void) strcat(path,"tests/sequence.miff");
+    (void) strcat(path,"sequence.miff");
     status=MagickReadImage(magick_wand,path);
   }
   if (status == MagickFalse)