Skip Menu |

This queue is for tickets about the File-Patch-Undoable CPAN distribution.

Report information
The Basics
Id: 95382
Status: resolved
Priority: 0/
Queue: File-Patch-Undoable

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

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



Subject: Test suite fails on most non-Linux systems (patch --dry-run?)
At least on freebsd systems the tests fail because the "patch" binary here has no --dry-run option. And, by looking at the manpage, it does not look that there's a replacement for this option. Regards, Slaven
On Mon May 05 14:42:40 2014, SREZIC wrote: Show quoted text
> At least on freebsd systems the tests fail because the "patch" binary > here has no --dry-run option. And, by looking at the manpage, it does > not look that there's a replacement for this option. > > Regards, > Slaven
I've just released a new version which tries to detect this. Regards, Steven
FreeBSD is being skipped now, e.g. http://www.cpantesters.org/cpan/report/d3ce285c-d721-11e3-9f96-e4d5e82f99b1 But all OpenBSD now fail. I suspect 'patch' on OpenBSD doesn't support --dry-run yet don't exit non-zero when given unknown option. Perhaps I'll need to parse the output of 'patch'... or perhaps get my hands on an OpenBSD to try things out. Anyway, TIL there are many versions of 'patch' out there. Regards, Steven On Tue May 06 12:00:48 2014, SHARYANTO wrote: Show quoted text
> On Mon May 05 14:42:40 2014, SREZIC wrote:
> > At least on freebsd systems the tests fail because the "patch" binary > > here has no --dry-run option. And, by looking at the manpage, it does > > not look that there's a replacement for this option. > > > > Regards, > > Slaven
> > > I've just released a new version which tries to detect this. > > Regards, > Steven
FreeBSD & OpenBSD now pass. http://matrix.cpantesters.org/?dist=File-Patch-Undoable+0.04 Closing ticket. Regards, Steven On Fri May 09 03:52:15 2014, SHARYANTO wrote: Show quoted text
> FreeBSD is being skipped now, e.g. > > http://www.cpantesters.org/cpan/report/d3ce285c-d721-11e3-9f96- > e4d5e82f99b1 > > But all OpenBSD now fail. I suspect 'patch' on OpenBSD doesn't support > --dry-run yet don't exit non-zero when given unknown option. Perhaps > I'll need to parse the output of 'patch'... or perhaps get my hands on > an OpenBSD to try things out. Anyway, TIL there are many versions of > 'patch' out there. > > Regards, > Steven > > > On Tue May 06 12:00:48 2014, SHARYANTO wrote:
> > On Mon May 05 14:42:40 2014, SREZIC wrote:
> > > At least on freebsd systems the tests fail because the "patch" > > > binary > > > here has no --dry-run option. And, by looking at the manpage, it > > > does > > > not look that there's a replacement for this option. > > > > > > Regards, > > > Slaven
> > > > > > I've just released a new version which tries to detect this. > > > > Regards, > > Steven