sahib / rmlint

Extremely fast tool to remove duplicates and other lint from your filesystem
http://rmlint.rtfd.org
GNU General Public License v3.0
1.91k stars 132 forks source link

test_size.test_invalid fails on x86 #522

Closed sbraz closed 2 years ago

sbraz commented 3 years ago

Hi, I tried to run the test suite on an x86 chroot and one test fails:

test_size.test_invalid ... ('--size 0-18446744073709551616',) did not trigger an error exit.

I was able to confirm this by running rmlint --size 0-18446744073709551616 which indeed does not fail as excected.

cebtenzzre commented 2 years ago

This was fixed by 4043c79992d251442681b72260b5425bd00e9b82. It will be included in master soon.