From 0d02249ab821358506048f922abba078770730fd Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 3 Dec 2012 18:01:09 +0100 Subject: Remove tabs from t/002goodperl.t and CRLF characters from t/013dbschema.t (required for bug 817634) --- t/002goodperl.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/002goodperl.t') diff --git a/t/002goodperl.t b/t/002goodperl.t index 4826c7712..02a57bea1 100644 --- a/t/002goodperl.t +++ b/t/002goodperl.t @@ -33,7 +33,7 @@ foreach my $file (@testitems) { my $ext = $1; if ($file_line1 !~ m/^#\!/) { - ok(1,"$file does not have a shebang"); + ok(1,"$file does not have a shebang"); } else { my $flags; if (!defined $ext || $ext eq "pl") { -- cgit v1.2.3-24-g4f1b