]> git.saurik.com Git - apt.git/blobdiff - test/libapt/run-tests
Merge remote-tracking branch 'donkult/debian/sid' into debian/sid
[apt.git] / test / libapt / run-tests
index 7646630200f563996f4e3a38dd3d68b24aa5f055..a056f31f98d1bc4a83344f80bdfc4abb4df77306 100755 (executable)
@@ -111,8 +111,8 @@ do
        fi
 
        echo -n "Testing with ${NAME} "
-       if LD_LIBRARY_PATH=${LDPATH} ${testapp} ${tmppath} ; then
-               echo "$TESTOKAY"
+       if MALLOC_PERTURB_=21 MALLOC_CHECK_=2 LD_LIBRARY_PATH=${LDPATH} ${testapp} ${tmppath} ; then
+               echo "$TESTOKAY"
        else
                echo "$TESTFAIL"
                EXIT_CODE=1