summaryrefslogtreecommitdiffstats
path: root/t/002goodperl.t
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-12-03 18:01:09 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-12-03 18:01:09 +0100
commit0d02249ab821358506048f922abba078770730fd (patch)
treee1f3b57c21d9577f5b9a6bc98c32e03b577c6ae0 /t/002goodperl.t
parentfa7dd9eb979d14d9c460e71603f42d7dea9ce536 (diff)
downloadbugzilla-0d02249ab821358506048f922abba078770730fd.tar.gz
bugzilla-0d02249ab821358506048f922abba078770730fd.tar.xz
Remove tabs from t/002goodperl.t and CRLF characters from t/013dbschema.t
(required for bug 817634)
Diffstat (limited to 't/002goodperl.t')
-rw-r--r--t/002goodperl.t2
1 files changed, 1 insertions, 1 deletions
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") {