diff options
Diffstat (limited to 'test/gif-transparent1.test')
-rwxr-xr-x | test/gif-transparent1.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gif-transparent1.test b/test/gif-transparent1.test index c2da5468..74496787 100755 --- a/test/gif-transparent1.test +++ b/test/gif-transparent1.test @@ -52,7 +52,7 @@ i=1 for test_pnm in ${argyle_ppm} ${gingham_ppm} ${madras_ppm} \ ${alpha0_pbm} ${alpha1_pbm} do - echo -n "Image $i: "; i=$((i+1)); + printf "Image $i: "; i=$((i+1)); pamtogif ${test_pnm} | giftopnm | tee ${out_pnm} | \ cmp -s - ${test_pnm}; result=$? |