about summary refs log tree commit diff
path: root/test/ppmtoapplevol.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/ppmtoapplevol.test')
-rwxr-xr-xtest/ppmtoapplevol.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ppmtoapplevol.test b/test/ppmtoapplevol.test
index 6b109251..4964ede8 100755
--- a/test/ppmtoapplevol.test
+++ b/test/ppmtoapplevol.test
@@ -15,16 +15,16 @@ tmpdir=${tmpdir:-/tmp}
 test_out=${tmpdir}/test_out
 
 pbmmake 10 11 | ppmtoapplevol > ${test_out} || \
-  echo -n "Expected failure 1"
+  printf "Expected failure 1"
   test -s ${test_out}; echo " "$?
   rm -f ${test_out}
  
 pbmmake 10 13 | ppmtoapplevol > ${test_out} || \
-  echo -n "Expected failure 2"
+  printf "Expected failure 2"
   test -s ${test_out}; echo " "$?
   rm -f ${test_out}
  
 pbmmake 256 12 | ppmtoapplevol > ${test_out} || \
-  echo -n "Expected failure 3"
+  printf "Expected failure 3"
   test -s ${test_out}; echo " "$?
   rm -f ${test_out}