Skip Menu |

This queue is for tickets about the File-Trash-FreeDesktop CPAN distribution.

Report information
The Basics
Id: 100281
Status: resolved
Priority: 0/
Queue: File-Trash-FreeDesktop

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.14
Fixed in: (no value)



Subject: Fails if /tmp/.Trash-.../info does not exist
Sample fail report: http://www.cpantesters.org/cpan/report/47849830 I reproduce this type of failure more than once, then removed the whole /tmp/.Trash-1005/ directory and then the tests started to pass again. Sorry, I have no idea how the info directory is supposed to work and why it was not there on my smoker. I just thought you might want to make the responsible code more robust. HTH&&Thanks, (Disclaimer: this was discovered by statistical analysis, I'm not speaking as a user)
On Tue Nov 11 20:28:25 2014, ANDK wrote: Show quoted text
> Sample fail report: http://www.cpantesters.org/cpan/report/47849830 > > I reproduce this type of failure more than once, then removed the > whole /tmp/.Trash-1005/ directory and then the tests started to pass > again. > > Sorry, I have no idea how the info directory is supposed to work and > why it was not there on my smoker. I just thought you might want to > make the responsible code more robust. > > HTH&&Thanks, > (Disclaimer: this was discovered by statistical analysis, I'm not > speaking as a user)
OK, I've changed die() to warn+skip, to make the code more robust in this situation. Thanks,