From dc6cf40c4f637110162c305311f616f0fe60b89f Mon Sep 17 00:00:00 2001 From: Bryan Quigley Date: Thu, 17 Dec 2020 10:37:01 -0800 Subject: [policy] switch to sha256 sum Move cleaner to ignore both sha256/md5s Move collector to use sha256 as well. Move to get hash from stdout Resolves: #2351 Closes: #1204 Signed-off-by: Bryan Quigley Signed-off-by: Jake Hunsaker --- tests/simple.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/simple.sh') diff --git a/tests/simple.sh b/tests/simple.sh index f1d530dc..e323cffc 100755 --- a/tests/simple.sh +++ b/tests/simple.sh @@ -56,7 +56,7 @@ run_expecting_success () { if [ "extract" = "$2" ]; then echo "### start extraction" - rm -f /var/tmp/sosreport*md5 + rm -f /var/tmp/sosreport*sha256 mkdir /var/tmp/sosreport_test/ tar xfa /var/tmp/sosreport*.tar* -C /var/tmp/sosreport_test --strip-components=1 if [ -s /var/tmp/sosreport_test/sos_logs/*errors.txt ]; then -- cgit