X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=t%2Fsrc%2Ftest_gom;fp=t%2Fsrc%2Ftest_gom;h=5c20bba336392ebd385a736d6ba71e08198d6f35;hb=64d436abd5d160aa9e0691a79cef1f4c7b1988d5;hp=108f4981f2f7421b4a335c5b317cd4d4b69039fd;hpb=b7fa4322a902c5d0647ca5f0ad469a98cd599046;p=gedcom-parse.git diff --git a/t/src/test_gom b/t/src/test_gom index 108f498..5c20bba 100755 --- a/t/src/test_gom +++ b/t/src/test_gom @@ -4,8 +4,6 @@ options="-q" extra_options= -dmalloc=`which dmalloc` -dmalloc_tmp=dmalloc.env while [ $# -gt 0 ] do @@ -58,6 +56,8 @@ if [ "$GOM_DMALLOC_TEST" = "" ] then $ltcmd $GEDCOM_TESTENV $builddir/src/gomtest $options $testfile else + dmalloc=`which dmalloc` + dmalloc_tmp=dmalloc.env $dmalloc -b -l $GOM_DMALLOC_TEST -i 100 low > $dmalloc_tmp . $dmalloc_tmp rm $dmalloc_tmp