about summary refs log tree commit diff
path: root/test/pamdice-roundtrip.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/pamdice-roundtrip.test')
-rwxr-xr-xtest/pamdice-roundtrip.test9
1 files changed, 6 insertions, 3 deletions
diff --git a/test/pamdice-roundtrip.test b/test/pamdice-roundtrip.test
index 7319249a..7b863bca 100755
--- a/test/pamdice-roundtrip.test
+++ b/test/pamdice-roundtrip.test
@@ -6,8 +6,11 @@
   alias pamundice="${PBM_TESTPREFIX}pamundice"
   shopt -s expand_aliases
 
-pamdice testimg.ppm -outstem=${tmpdir}/a -width=50 -height=40
-pamundice ${tmpdir}/a_%1d_%1a.ppm -down=4 -across=5 | cksum
+tmpdir=${tmpdir:-/tmp}
+fname_stem=${tmpdir}/a
 
-rm ${tmpdir}/a_?_?.ppm
+pamdice testimg.ppm -outstem=${fname_stem} -width=50 -height=40
+pamundice ${fname_stem}_%1d_%1a.ppm -down=4 -across=5 | cksum
+
+rm ${fname_stem}_?_?.ppm