> @@ -129,14 +129,14 @@ public void testOneRecipe() throws IOException {
>        replay(validatorKey);
>  
>        assertEquals(
> -            fn.apply("foo").render(OsFamily.UNIX),
> +            fn.apply("foo").render(OsFamily.UNIX).replace("\r\n", "\n"),

Ah, is that a bug in Pems? Either way, could you add a comment to explain?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-chef/pull/5/files#r4901778

Reply via email to