[Rpm-maint] [rpm-software-management/rpm] rpm testsuite test 236 fails with file 5.40 (#1616)

Panu Matilainen notifications at github.com
Thu Apr 8 08:50:35 UTC 2021


Right, it's just fileclass string change causing the checksums not match expectations. The files in question are created like this:
```
for x in a b c d e f g h i j; do
    mkdir -p $RPM_BUILD_ROOT/${x}
    mkdir -p $RPM_BUILD_ROOT/${x}/dir
    echo "${x}" > $RPM_BUILD_ROOT/${x}/file
    chmod 700 $RPM_BUILD_ROOT/${x}/dir
    chmod 400 $RPM_BUILD_ROOT/${x}/file
done

```

Ie the regular files contain just one ASCII letter, and so it'll certainly report something else if three letters are required for ASCII classification. Easy enough to work around by adding more gunk to the files of course.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1616#issuecomment-815580349
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210408/46ad64d8/attachment.html>


More information about the Rpm-maint mailing list