Tweak MALLOC_PERTURB_ expression in tests.

This commit is contained in:
Erik de Castro Lopo
2012-04-19 06:31:11 +10:00
parent 95f0f75477
commit c5c4ce918f
4 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ fi
LD_LIBRARY_PATH=../obj/$BUILD/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
export MALLOC_CHECK_=3
export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
export MALLOC_PERTURB_=$((RANDOM % 255 + 1))
PATH=../src/flac:$PATH
PATH=../src/test_streams:$PATH
PATH=../obj/$BUILD/bin:$PATH