From 4896ae344eeb3c6cf081d4f3b45114ee6e0154b3 Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Tue, 13 Feb 2024 12:13:41 +0300 Subject: [PATCH] =?UTF-8?q?INF-1010:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20=D1=82=D0=B5=D1=81=D1=82=D1=8B=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=93=D0=9E=D0=A1=D0=A2=20=D0=BF=D0=B0=D0=BA?= =?UTF-8?q?=D0=B5=D1=82=D0=B0=20crypto-policies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/p_crypto-policies/07-passwd-gost-crypting.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/p_crypto-policies/07-passwd-gost-crypting.sh b/tests/p_crypto-policies/07-passwd-gost-crypting.sh index e4c7887..afc4be0 100755 --- a/tests/p_crypto-policies/07-passwd-gost-crypting.sh +++ b/tests/p_crypto-policies/07-passwd-gost-crypting.sh @@ -67,7 +67,7 @@ echo "---------------------------------------" ###################################### echo "5. Check is password encrypted" -passwd -S ${USER} | grep GOST +passwd -S ${USER} | grep "GOST Yescrypt" check=$(eq_is_success ${check} 0) echo "---------------------------------------"