Mercurial > libpst
comparison regression/regression-tests.bash @ 50:fb3818370dd6 stable-0-6-4
more fixes for 64 bit format
author | carl |
---|---|
date | Sat, 19 Jan 2008 16:30:16 -0800 |
parents | 17654fbdf76b |
children | 034641c26ab9 |
comparison
equal
deleted
inserted
replaced
49:17654fbdf76b | 50:fb3818370dd6 |
---|---|
24 ../src/readpstlog -f I dumper >sample_64.log | 24 ../src/readpstlog -f I dumper >sample_64.log |
25 | 25 |
26 $val ../src/readpst -cv -o output8 -d dumper big_mail.pst >out8.err 2>&1 | 26 $val ../src/readpst -cv -o output8 -d dumper big_mail.pst >out8.err 2>&1 |
27 ../src/readpstlog -f I dumper >big_mail.log | 27 ../src/readpstlog -f I dumper >big_mail.log |
28 | 28 |
29 $val ../src/lspst ams.pst >out8.err 2>&1 | 29 $val ../src/lspst -d dumper ams.pst >out9.err 2>&1 |
30 ../src/readpstlog -f I lspst.debug >lspst.log | 30 ../src/readpstlog -f I dumper >ams.log |
31 | 31 |
32 rm -f dumper lspst.debug | 32 rm -f dumper lspst.debug |
33 | 33 |