From 90b931a9061124adebc049ec7ecfd407e837cbf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Jourdois?= Date: Sun, 11 Jul 2010 14:26:10 +0200 Subject: [PATCH] Print file Helps debugging --- t/test-trailing-whitespace.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test-trailing-whitespace.t b/t/test-trailing-whitespace.t index 2973588..9c9b7c7 100755 --- a/t/test-trailing-whitespace.t +++ b/t/test-trailing-whitespace.t @@ -56,6 +56,6 @@ sub checkFile } close( INPUT ); - is( $trailing, 0, "File has no trailing whitespace" ); + is( $trailing, 0, "File '$file' has no trailing whitespace" ); }