diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index ab8064df1689f63d1011452484ac3f549373b4dc..1d4e26252c40006d3b9fdf61e67a12b1aff4e034 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -33,7 +33,7 @@ do_image_formats()
     run_avconv $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src $2 $ENC_OPTS $3 -t 0.5 -y -qscale 10 $target_path/$file
     do_md5sum ${outfile}02.$1
     do_avconv_crc $file $DEC_OPTS $3 -i $target_path/$file
-    wc -c ${outfile}02.$1
+    echo $(wc -c ${outfile}02.$1)
 }
 
 do_audio_only()