Re: Test failing on Windows but not elsewhere

2015-03-10 Thread Aristotle Pagaltzis
* Karen Etheridge p...@froods.org [2015-03-10 05:10]: Any time you include a path in a regex, you should surround it with \Q and \E. Those backslashes are going to bite you. :) Hmm. * Karen Etheridge p...@froods.org [2015-03-10 05:10]: Any time you interpolate a variable into a regex and its

Re: Test failing on Windows but not elsewhere

2015-03-10 Thread James E Keenan
On 03/09/2015 07:54 PM, Leon Timmermans wrote: On Mon, Mar 9, 2015 at 11:44 PM, James E Keenan jk...@verizon.net wrote: Suggestions? I would guess a quotemeta (for example in the form of \Q$id_dir\E) will fix your problem. Leon Thanks, Leon, that appeared to work: