From 7d4761d32aad6cb3e2301d571ce39ff187da7d18 Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Wed, 8 May 2024 11:03:03 +0300 Subject: [PATCH] =?UTF-8?q?INF-484:=20=D0=A0=D0=B0=D0=B7=D1=80=D0=B0=D0=B1?= =?UTF-8?q?=D0=BE=D1=82=D0=B0=D1=82=D1=8C=20=D0=B7=D0=B0=D1=89=D0=B8=D1=82?= =?UTF-8?q?=D1=83=20=D0=A2=D0=A1=20=D0=BE=D1=82=20=D0=B7=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=81=D0=B0=D0=BD=D0=B8=D0=B9=20=D1=82=D0=B5=D1=81=D1=82=D0=BE?= =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/p_crypto-policies/04-policy-cmds.sh | 2 ++ tests/p_crypto-policies/ts_config.json | 1 + tests/p_elfutils/01-files.sh | 2 -- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 tests/p_crypto-policies/ts_config.json diff --git a/tests/p_crypto-policies/04-policy-cmds.sh b/tests/p_crypto-policies/04-policy-cmds.sh index 921ea86..66db734 100755 --- a/tests/p_crypto-policies/04-policy-cmds.sh +++ b/tests/p_crypto-policies/04-policy-cmds.sh @@ -31,5 +31,7 @@ else let check+=1 fi +sleep 1000 + check_test_status ${check} "$0" exit ${check} diff --git a/tests/p_crypto-policies/ts_config.json b/tests/p_crypto-policies/ts_config.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/p_crypto-policies/ts_config.json @@ -0,0 +1 @@ +{} diff --git a/tests/p_elfutils/01-files.sh b/tests/p_elfutils/01-files.sh index 084c0ef..6b2f012 100755 --- a/tests/p_elfutils/01-files.sh +++ b/tests/p_elfutils/01-files.sh @@ -7,7 +7,5 @@ check=0 /bin/ls -l /etc/debuginfod/ check=$(not_eq_is_success ${check} 0) -sleep 1000 - check_test_status ${check} "$0" exit ${check}