diff options
Diffstat (limited to 'source4/script/tests/test_posix.sh')
-rwxr-xr-x | source4/script/tests/test_posix.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/script/tests/test_posix.sh b/source4/script/tests/test_posix.sh index 68fb59350e..b1ab8feb98 100755 --- a/source4/script/tests/test_posix.sh +++ b/source4/script/tests/test_posix.sh @@ -10,10 +10,6 @@ EOF exit 1; fi -if [ -z "$VALGRIND" ]; then - export MALLOC_CHECK_=2 -fi - unc="$1" username="$2" password="$3" |