aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/monniaux/jpeg-6b/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/jpeg-6b/Makefile b/test/monniaux/jpeg-6b/Makefile
index c689d7a7..5a45b729 100644
--- a/test/monniaux/jpeg-6b/Makefile
+++ b/test/monniaux/jpeg-6b/Makefile
@@ -34,7 +34,7 @@ djpeg.ccomp.k1c: $(LIB_K1C_CCOMP_OFILES) djpeg.gcc.k1c.o
djpeg.%.out: djpeg.%
$(EXECUTE_CYCLES) $< -dct int -ppm -outfile $@.ppm testorig.jpg 2> $@
- cmp $@.ppm testout.ppm 2>> $@
+ cmp $@.ppm testimg.ppm 2>> $@
cjpeg.%.out: cjpeg.%
$(EXECUTE_CYCLES) $< -dct int -outfile $@.jpg testimg.ppm 2> $@