1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r7919: use more portable shell syntax for MALLOC_CHECK_

(This used to be commit 694882ffa62ae88e43e78e8e496720575630e523)
This commit is contained in:
Andrew Tridgell 2005-06-26 03:39:48 +00:00 committed by Gerald (Jerry) Carter
parent 3214f2e212
commit de85d70a4a
5 changed files with 6 additions and 16 deletions

View File

@ -164,3 +164,9 @@ teststatus() {
fi
exit $failed
}
if [ -z "$VALGRIND" ]; then
MALLOC_CHECK_=2
export MALLOC_CHECK_
fi

View File

@ -9,10 +9,6 @@ EOF
exit 1;
fi
if [ -z "$VALGRIND" ]; then
export MALLOC_CHECK_=2
fi
incdir=`dirname $0`
. $incdir/test_functions.sh

View File

@ -10,10 +10,6 @@ EOF
exit 1;
fi
if [ -z "$VALGRIND" ]; then
export MALLOC_CHECK_=2
fi
unc="$1"
username="$2"
password="$3"

View File

@ -16,10 +16,6 @@ EOF
exit 1;
fi
if [ -z "$VALGRIND" ]; then
export MALLOC_CHECK_=2
fi
server="$1"
username="$2"
password="$3"

View File

@ -14,10 +14,6 @@ EOF
exit 1;
fi
if [ -z "$VALGRIND" ]; then
export MALLOC_CHECK_=2
fi
server="$1"
username="$2"
password="$3"