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}