From: Andreas Schneider Date: Mon, 17 Jul 2023 16:25:41 +0000 (+0200) Subject: s3:selftest: Fix code spelling X-Git-Tag: ldb-2.8.0~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9fd809296cee4c035c6df33389b9aa84e0a6d263;p=thirdparty%2Fsamba.git s3:selftest: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Joseph Sutton --- diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index b1e33595ad8..b069630605a 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -1101,7 +1101,7 @@ for t in tests: plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD', 'over ncacn_np ') plansmbtorture4testsuite(t, "nt4_dc", 'ncacn_ip_tcp:$SERVER_IP -U$USERNAME%$PASSWORD', 'over ncacn_ip_tcp ') elif t.startswith("rpc.lsa."): - # This avoids the rpc.lsa.* tests runing under ncacn_ip_tcp: + # This avoids the rpc.lsa.* tests running under ncacn_ip_tcp: # (there is rpc.lsa.secrets fails due to OpenPolicy2 for example) plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD') elif t == "rpc.mdssvc":