bug#39078: Path.pm change -> deltree.pl -> t/uninstall-fail failure

2020-01-19 Thread Karl Berry
Pushed attached patch, closing here. rmrf.diff Description: Binary data

bug#39078: Path.pm change -> deltree.pl -> t/uninstall-fail failure

2020-01-16 Thread Jim Meyering
On Sun, Jan 12, 2020 at 6:41 PM Karl Berry wrote: > > Regarding the new failure of Path.pm:rmtree to do removals, here is the > change I had in mind to use chmod and rm instead. The previously-"ERROR" > tests (uninstall-fail and instspc) work for me with this change. > > Before I bother spending

bug#39078: Path.pm change -> deltree.pl -> t/uninstall-fail failure

2020-01-12 Thread Karl Berry
Regarding the new failure of Path.pm:rmtree to do removals, here is the change I had in mind to use chmod and rm instead. The previously-"ERROR" tests (uninstall-fail and instspc) work for me with this change. Before I bother spending time on all the related overhead changes, any objections,

bug#39078: Path.pm change -> deltree.pl -> t/uninstall-fail failure

2020-01-10 Thread Karl Berry
t/ax/deltree.pl is used in t/ax/test-lib.sh's rm_rf_ function to recursively remove a directory tree, even given directories with zero permissions, such as intentionally created by uninstall-failsh. Version 2.15 of Perl's File::Path (released with perl-5.28.0) has changed behavior such that this