summaryrefslogtreecommitdiff
path: root/source4/torture/tests
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2015-04-22 12:00:21 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-04-29 23:31:10 +0200
commitc761f9f7d27156f18b3c87103393f49cc5fb2735 (patch)
treebe95484af1c5fc4e4a19526aca611686bd0090bf /source4/torture/tests
parent8de3fd59e049c704eef36351568d1cba8f50c7a8 (diff)
downloadsamba-c761f9f7d27156f18b3c87103393f49cc5fb2735.tar.gz
s4-torture: Fix kinit of samba4.blackbox.locktest
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlet <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4/torture/tests')
-rwxr-xr-xsource4/torture/tests/test_locktest.sh2
1 files changed, 1 insertions, 1 deletions
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