From c761f9f7d27156f18b3c87103393f49cc5fb2735 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 22 Apr 2015 12:00:21 +0200 Subject: [PATCH] s4-torture: Fix kinit of samba4.blackbox.locktest Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlet Reviewed-by: Jeremy Allison --- source4/torture/tests/test_locktest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/tests/test_locktest.sh b/source4/torture/tests/test_locktest.sh index c4368363536..95fc7ffc275 100755 --- a/source4/torture/tests/test_locktest.sh +++ b/source4/torture/tests/test_locktest.sh @@ -23,6 +23,6 @@ locktest="$samba4bindir/locktest" . `dirname $0`/../../../testprogs/blackbox/subunit.sh -testit "locktest" $VALGRIND $locktest //$SERVER/test1 //$SERVER/test2 --num-ops=100 -W "$DOMAIN" -U"$USERNAME%$PASSWORD" $@ || failed=`expr $failed + 1` +testit "locktest" $VALGRIND $locktest //$SERVER/test1 //$SERVER/test2 --num-ops=100 -W "$DOMAIN" -U"$DOMAIN\\$USERNAME%$PASSWORD" $@ || failed=`expr $failed + 1` exit $failed