about summary refs log tree commit diff
path: root/test/pbmpscale.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/pbmpscale.test')
-rwxr-xr-xtest/pbmpscale.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/pbmpscale.test b/test/pbmpscale.test
index 29621a8c..a92511b0 100755
--- a/test/pbmpscale.test
+++ b/test/pbmpscale.test
@@ -38,14 +38,14 @@ echo "-----------------------------------------------------------" 1>&2
 pbmpscale testgrid.pbm > ${test_out} || \
   echo -n "Expected failure 1"
   test -s ${test_out}; echo " "$?
-  rm -f {test_out}
+  rm -f ${test_out}
 
 pbmpscale 0 testgrid.pbm > ${test_out} || \
   echo -n "Expected failure 2"
   test -s ${test_out}; echo " "$?
-  rm -f {test_out}
+  rm -f ${test_out}
 
 pbmpscale 2 3 testgrid.pbm > ${test_out} || \
   echo -n "Expected failure 3"
   test -s ${test_out}; echo " "$?
-  rm -f {test_out}
+  rm -f ${test_out}