Mercurial > libpst
comparison regression/regression-tests.bash @ 104:39ba19372732
many fixes in pst2ldif by Robert Harris
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 09 Oct 2008 12:04:40 -0700 |
parents | 0af0bbe166e1 |
children | 1b2a4fac1303 |
comparison
equal
deleted
inserted
replaced
103:0af0bbe166e1 | 104:39ba19372732 |
---|---|
19 fn="$2" | 19 fn="$2" |
20 rm -rf output$n | 20 rm -rf output$n |
21 mkdir output$n | 21 mkdir output$n |
22 $val ../src/readpst -cv -o output$n -d dumper $fn >$fn.pst.err 2>&1 | 22 $val ../src/readpst -cv -o output$n -d dumper $fn >$fn.pst.err 2>&1 |
23 ../src/readpstlog -f I dumper >$fn.log | 23 ../src/readpstlog -f I dumper >$fn.log |
24 $val ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' $fn >$fn.ldif.err 2>&1 | 24 $val ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' -o $fn >$fn.ldif.err 2>&1 |
25 $val ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'inetOrgPerson' $fn >$fn.ldif2.err 2>&1 | |
25 rm -f dumper | 26 rm -f dumper |
26 } | 27 } |
27 | 28 |
28 | 29 |
29 | 30 |