Skip to content

Instantly share code, notes, and snippets.

Created August 19, 2015 15:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ac86150158062ae482e1 to your computer and use it in GitHub Desktop.
Save anonymous/ac86150158062ae482e1 to your computer and use it in GitHub Desktop.
$ git diff
diff --git a/t/01-file-find.t b/t/01-file-find.t
index a24fa64..72fa71b 100644
--- a/t/01-file-find.t
+++ b/t/01-file-find.t
@@ -78,7 +78,7 @@ if 0 {
}
sub equals(\a, \b, $name) {
- ok ([&&] a >>~~<< b.map(*.IO)), $name
+ ok ([&&] a >>~~<< b>>.IO), $name
}
exit 0; # I have no idea what I'm doing, but I get Non-zero exit status w/o this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment