From: mtortonesi Date: Thu, 14 Jun 2007 15:59:23 +0000 (-0700) Subject: [svn] Unset svn:executable property. X-Git-Tag: v1.13~599 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=227d03c80379c269eaf7ee57da711f22d13b33b8 [svn] Unset svn:executable property. --- diff --git a/tests/HTTPServer.pm b/tests/HTTPServer.pm old mode 100755 new mode 100644 diff --git a/tests/HTTPTest.pm b/tests/HTTPTest.pm old mode 100755 new mode 100644 index 7274adc6..885850d0 --- a/tests/HTTPTest.pm +++ b/tests/HTTPTest.pm @@ -15,18 +15,18 @@ my $VERSION = 0.01; my %_attr_data = ( # DEFAULT ); - sub _default_for - { - my ($self, $attr) = @_; + sub _default_for + { + my ($self, $attr) = @_; return $_attr_data{$attr} if exists $_attr_data{$attr}; - return $self->SUPER::_default_for($attr); - } + return $self->SUPER::_default_for($attr); + } - sub _standard_keys - { + sub _standard_keys + { my ($self) = @_; - ($self->SUPER::_standard_keys(), keys %_attr_data); - } + ($self->SUPER::_standard_keys(), keys %_attr_data); + } } diff --git a/tests/Test--spider-fail.px b/tests/Test--spider-fail.px old mode 100755 new mode 100644 diff --git a/tests/Test--spider-r.px b/tests/Test--spider-r.px old mode 100755 new mode 100644 diff --git a/tests/Test--spider.px b/tests/Test--spider.px old mode 100755 new mode 100644 diff --git a/tests/Test-E-k-K.px b/tests/Test-E-k-K.px old mode 100755 new mode 100644 diff --git a/tests/Test-E-k.px b/tests/Test-E-k.px old mode 100755 new mode 100644 diff --git a/tests/Test-HTTP-Content-Disposition-1.px b/tests/Test-HTTP-Content-Disposition-1.px old mode 100755 new mode 100644 diff --git a/tests/Test-HTTP-Content-Disposition-2.px b/tests/Test-HTTP-Content-Disposition-2.px old mode 100755 new mode 100644 diff --git a/tests/Test-HTTP-Content-Disposition.px b/tests/Test-HTTP-Content-Disposition.px old mode 100755 new mode 100644 diff --git a/tests/Test-N-current.px b/tests/Test-N-current.px old mode 100755 new mode 100644 diff --git a/tests/Test-N-old.px b/tests/Test-N-old.px old mode 100755 new mode 100644 diff --git a/tests/Test-N.px b/tests/Test-N.px old mode 100755 new mode 100644 diff --git a/tests/Test-O-nonexisting.px b/tests/Test-O-nonexisting.px old mode 100755 new mode 100644 diff --git a/tests/Test-O.px b/tests/Test-O.px old mode 100755 new mode 100644 diff --git a/tests/Test-Restrict-Lowercase.px b/tests/Test-Restrict-Lowercase.px old mode 100755 new mode 100644 diff --git a/tests/Test-Restrict-Uppercase.px b/tests/Test-Restrict-Uppercase.px old mode 100755 new mode 100644 diff --git a/tests/Test-c-full.px b/tests/Test-c-full.px old mode 100755 new mode 100644 diff --git a/tests/Test-c-partial.px b/tests/Test-c-partial.px old mode 100755 new mode 100644 diff --git a/tests/Test-c.px b/tests/Test-c.px old mode 100755 new mode 100644 diff --git a/tests/Test-nonexisting-quiet.px b/tests/Test-nonexisting-quiet.px old mode 100755 new mode 100644 diff --git a/tests/Test-noop.px b/tests/Test-noop.px old mode 100755 new mode 100644 diff --git a/tests/Test-np.px b/tests/Test-np.px old mode 100755 new mode 100644 diff --git a/tests/Test.pm b/tests/Test.pm old mode 100755 new mode 100644