comparison regression/regression-tests.bash @ 103:0af0bbe166e1

create dummy top-of-folder descriptor if needed for corrupt pst files
author Carl Byington <carl@five-ten-sg.com>
date Tue, 07 Oct 2008 10:45:50 -0700
parents 1fc33da23175
children 39ba19372732
comparison
equal deleted inserted replaced
102:8c4482be0b4c 103:0af0bbe166e1
26 } 26 }
27 27
28 28
29 29
30 val="valgrind --leak-check=full" 30 val="valgrind --leak-check=full"
31 #val='' 31 val=''
32 32
33 pushd .. 33 pushd ..
34 make || exit 34 make || exit
35 popd 35 popd
36 36