diff regression/regression-tests.bash @ 44:d4606d460daf

more fixes for 64 bit format
author carl
date Tue, 08 Jan 2008 16:19:26 -0800
parents f6db1f060a95
children b2a7f2e0926a
line wrap: on
line diff
--- a/regression/regression-tests.bash	Sun Jan 06 14:47:06 2008 -0800
+++ b/regression/regression-tests.bash	Tue Jan 08 16:19:26 2008 -0800
@@ -7,6 +7,7 @@
     mkdir output$i
 done
 
+
 $val  ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' ams.pst >ams.err  2>&1
 $val  ../src/readpst -cv    -o output1 ams.pst                       >out1.err 2>&1
 $val  ../src/readpst -cl -r -o output2 ams.pst                       >out2.err 2>&1
@@ -14,9 +15,8 @@
 $val  ../src/readpst -M     -o output4 ams.pst                       >out4.err 2>&1
 $val  ../src/readpst        -o output5 mbmg.archive.pst              >out5.err 2>&1
 $val  ../src/readpst        -o output6 test.pst                      >out6.err 2>&1
-
-$val  ../src/readpst        -o output7 -d dumper ams.pst             >out7.err 2>&1
-      ../src/readpstlog -f I dumper >dumperams.log
+$val  ../src/readpst -cv    -o output7 -d dumper sample_64.pst       >out7.err 2>&1
+      ../src/readpstlog -f I dumper >sample_64.log
 
 $val  ../src/lspst ams.pst >out8.err 2>&1
       ../src/readpstlog -f I lspst.debug >lspst.log