Skip to content

Instantly share code, notes, and snippets.

Created August 19, 2015 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/b47ed8bfb11ea001c23a to your computer and use it in GitHub Desktop.
Save anonymous/b47ed8bfb11ea001c23a to your computer and use it in GitHub Desktop.
From 1f269c1f279f713597b4cb1d2140ee8e9518b998 Mon Sep 17 00:00:00 2001
From: laben <labensigma@gmail.com>
Date: Thu, 20 Aug 2015 00:21:34 +0200
Subject: [PATCH] Fix test function for GLR
---
t/01-file-find.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.5.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment