From 1216fab64c0cbb15fe9cd228549806fbba3a51d8 Mon Sep 17 00:00:00 2001 From: James Raspass Date: Sat, 29 Aug 2015 23:37:48 +0100 Subject: [PATCH] nit --- xt/all.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xt/all.t b/xt/all.t index a197510..a3d405f 100644 --- a/xt/all.t +++ b/xt/all.t @@ -163,7 +163,7 @@ is substr( $png, 0, 8 ), "\211PNG\r\n\032\n", 'screenshot looks like a PNG'; local ( @ARGV, $/ ) = $path; - is scalar <>, $png, 'screenshot("file") matches screenshot'; + is <>, $png, 'screenshot("file") matches screenshot'; } note 'Window Management';