about summary refs log tree commit diff
path: root/test/pamdice.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/pamdice.test')
-rwxr-xr-xtest/pamdice.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pamdice.test b/test/pamdice.test
index 71a9d645..3199fd4a 100755
--- a/test/pamdice.test
+++ b/test/pamdice.test
@@ -12,7 +12,7 @@ pbmmake -w 2 5 | pamdice -height=1 -width=1 -outstem=${fname_stem} -plain
 ls ${fname_stem}*.pbm | while read file
   do
   cat ${file} | tr '\n'  '@' ; echo 
-  done | sort | uniq -c
+  done | sort | uniq -c | sed 's/^ *//'
 
 rm ${fname_stem}*.pbm