From 9fd809296cee4c035c6df33389b9aa84e0a6d263 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 17 Jul 2023 18:25:41 +0200 Subject: [PATCH] s3:selftest: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Joseph Sutton --- source3/selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": -- 2.34.1