From 27231a965e37246ccda2bdbbadad9f09775b301b Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Fri, 8 Dec 2023 14:10:42 +1300 Subject: [PATCH] =?utf8?q?selftest:=20Rename=20=E2=80=98samba.unittests.te?= =?utf8?q?st=5Fgnutls=5Fsp800=5F108=E2=80=99=20to=20something=20more=20con?= =?utf8?q?sistent=20with=20existing=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selftest/tests.py b/selftest/tests.py index d0743f7e245..4b45a295aca 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -482,7 +482,7 @@ plantestsuite("samba.unittests.adouble", "none", [os.path.join(bindir(), "test_adouble")]) plantestsuite("samba.unittests.gnutls_aead_aes_256_cbc_hmac_sha512", "none", [os.path.join(bindir(), "test_gnutls_aead_aes_256_cbc_hmac_sha512")]) -plantestsuite("samba.unittests.test_gnutls_sp800_108", "none", +plantestsuite("samba.unittests.gnutls_sp800_108", "none", [os.path.join(bindir(), "test_gnutls_sp800_108")]) plantestsuite("samba.unittests.encode_decode", "none", [os.path.join(bindir(), "test_encode_decode")]) -- 2.47.3