about summary refs log tree commit diff
path: root/test/pbmclean.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/pbmclean.test')
-rwxr-xr-xtest/pbmclean.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pbmclean.test b/test/pbmclean.test
index 7c0c4d6d..5eba68e0 100755
--- a/test/pbmclean.test
+++ b/test/pbmclean.test
@@ -46,7 +46,7 @@ echo "-----------------------------------------------------------" 1>&2
 
 # overspecification
 pbmclean -black -white -min=1 -extended testgrid.pbm > ${test_out} || \
-  echo -n "Expected failure 1"
+  printf "Expected failure 1"
   test -s ${test_out}; echo " "$?
   rm -f ${test_out}