summaryrefslogtreecommitdiff
path: root/test/test_seeking.sh
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2012-04-19 06:31:11 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2012-04-19 06:31:11 +1000
commitc5c4ce918f89a5043b273cd4bb46b49c01d23b74 (patch)
tree70f74c9f0ab0081ef728960122cdc258c60b7b59 /test/test_seeking.sh
parent95f0f75477701a7869fd545aa1c9f77de25a2cb0 (diff)
downloadflac-c5c4ce918f89a5043b273cd4bb46b49c01d23b74.tar.gz
Tweak MALLOC_PERTURB_ expression in tests.
Diffstat (limited to 'test/test_seeking.sh')
-rwxr-xr-xtest/test_seeking.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_seeking.sh b/test/test_seeking.sh
index 86e828b4..14c7c2eb 100755
--- a/test/test_seeking.sh
+++ b/test/test_seeking.sh
@@ -33,7 +33,7 @@ LD_LIBRARY_PATH=../src/libFLAC/.libs:$LD_LIBRARY_PATH
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/metaflac:$PATH
PATH=../src/test_seeking:$PATH