test-script-multi-user: do not run under asan

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
Nikos Mavrogiannopoulos
2020-08-04 17:34:15 +02:00
parent 99fd5d7263
commit 91712b3420

View File

@@ -30,6 +30,11 @@ USERNAME=test
. `dirname $0`/common.sh
if test "${DISABLE_ASAN_BROKEN_TESTS}" = 1;then
echo "Skipping test requiring ldpreload"
exit 77
fi
rm -f test-sleep.tmp
OCCTL_SOCKET=./occtl-test-script-$$.socket