]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 13 Dec 2012 17:40:53 +0000 (17:40 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 13 Dec 2012 17:40:53 +0000 (17:40 +0000)
tests/validate.c

index ec55979d38b4d785f03c73d15874adbf078d4715..ef1547ebbe7c2fbb5c368946fd57bb9e79df3bfb 100644 (file)
@@ -452,10 +452,11 @@ static size_t ValidateIdentifyCommand(ImageInfo *image_info,
 %
 */
 
-/* Enable this to count remaining $TMPDIR/magick-* files.
- * Note that the count includes any files left over from other runs.
- */
-#define MagickCountTempFiles
+/*
+  Enable this to count remaining $TMPDIR/magick-* files.  Note that the count
+  includes any files left over from other runs.
+*/
+#undef MagickCountTempFiles
 
 static size_t ValidateImageFormatsInMemory(ImageInfo *image_info,
   const char *reference_filename,const char *output_filename,size_t *fail,
@@ -673,7 +674,6 @@ static size_t ValidateImageFormatsInMemory(ImageInfo *image_info,
           (*fail)++;
           continue;
         }
-
 #ifdef MagickCountTempFiles
       (void) FormatLocaleFile(stdout,"... pass, ");
       (void) fflush(stdout);