From 57530448ef38651d7888a7e9b1c0d73bc19334fa Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 10 Sep 2015 16:06:20 +0100 Subject: minor fix in test lib --- t/lib/Test/WebCoso.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/lib/Test/WebCoso.pm b/t/lib/Test/WebCoso.pm index 083ef09..566e4bc 100644 --- a/t/lib/Test/WebCoso.pm +++ b/t/lib/Test/WebCoso.pm @@ -11,7 +11,7 @@ sub cmp-files($a,$b,$msg) is export { $cmp.($a{$_}) } else { - $a{$_}.path.IO.abspath eq $cmp.path.IO.abspath + $a{$_}.path.IO.abspath eq $cmp.IO.abspath } }, $a.keys), $msg, -- cgit v1.2.3