about summary refs log tree commit diff
path: root/test/pamexec.test
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-09-26 23:52:08 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-09-26 23:52:08 +0000
commit4c361c0a7638b4f068e8b524e4ff43374a286018 (patch)
tree0aef192966a1ae996a9f2a0364f3ccbb15d512c7 /test/pamexec.test
parentcd7f17a619a0421a1dfb2ceb09f4af60ead8ad5f (diff)
downloadnetpbm-mirror-4c361c0a7638b4f068e8b524e4ff43374a286018.tar.gz
netpbm-mirror-4c361c0a7638b4f068e8b524e4ff43374a286018.tar.xz
netpbm-mirror-4c361c0a7638b4f068e8b524e4ff43374a286018.zip
Promote Development to Advanced
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@3972 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test/pamexec.test')
-rwxr-xr-xtest/pamexec.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pamexec.test b/test/pamexec.test
index acf162c3..44c11339 100755
--- a/test/pamexec.test
+++ b/test/pamexec.test
@@ -11,8 +11,8 @@ cat ${test_pbm}[0123456789] > ${combined_pbm}
 
 echo "Test 1 : Should print 10 stdin: PBM RAW 21 24 1 1 BLACKANDWHITE twice"
 
-cat ${combined_pbm} | pamfile -all -mach | uniq -c 
-pamexec "pamfile -mach" ${combined_pbm}  | uniq -c
+cat ${combined_pbm} | pamfile -all -mach | uniq -c | sed 's/^ *//' 
+pamexec "pamfile -mach" ${combined_pbm}  | uniq -c | sed 's/^ *//' 
 
 echo "Test 2: Should print 1791121103 989 twice"