summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_local.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-26 03:39:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:50 -0500
commitde85d70a4aa782bc9a693e72d36897a0b22e521a (patch)
tree7c503ee46abfdf18a955d94fda94f5b5d8d9f3b5 /source4/script/tests/test_local.sh
parent3214f2e2129eaa693658185c4ebebf1760a039ac (diff)
downloadsamba-de85d70a4aa782bc9a693e72d36897a0b22e521a.tar.gz
samba-de85d70a4aa782bc9a693e72d36897a0b22e521a.tar.bz2
samba-de85d70a4aa782bc9a693e72d36897a0b22e521a.zip
r7919: use more portable shell syntax for MALLOC_CHECK_
(This used to be commit 694882ffa62ae88e43e78e8e496720575630e523)
Diffstat (limited to 'source4/script/tests/test_local.sh')
-rwxr-xr-xsource4/script/tests/test_local.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/script/tests/test_local.sh b/source4/script/tests/test_local.sh
index b50ec58e0b..bd85e8a9de 100755
--- a/source4/script/tests/test_local.sh
+++ b/source4/script/tests/test_local.sh
@@ -9,10 +9,6 @@ EOF
exit 1;
fi
-if [ -z "$VALGRIND" ]; then
- export MALLOC_CHECK_=2
-fi
-
incdir=`dirname $0`
. $incdir/test_functions.sh