aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple.sh')
-rwxr-xr-xtests/simple.sh2
1 files changed, 1 insertions, 1 deletions
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