mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Unset svn:executable property.
This commit is contained in:
parent
0690ad6354
commit
227d03c803
0
tests/HTTPServer.pm
Executable file → Normal file
0
tests/HTTPServer.pm
Executable file → Normal file
18
tests/HTTPTest.pm
Executable file → Normal file
18
tests/HTTPTest.pm
Executable file → Normal file
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
0
tests/Test--spider-fail.px
Executable file → Normal file
0
tests/Test--spider-fail.px
Executable file → Normal file
0
tests/Test--spider-r.px
Executable file → Normal file
0
tests/Test--spider-r.px
Executable file → Normal file
0
tests/Test--spider.px
Executable file → Normal file
0
tests/Test--spider.px
Executable file → Normal file
0
tests/Test-E-k-K.px
Executable file → Normal file
0
tests/Test-E-k-K.px
Executable file → Normal file
0
tests/Test-E-k.px
Executable file → Normal file
0
tests/Test-E-k.px
Executable file → Normal file
0
tests/Test-HTTP-Content-Disposition-1.px
Executable file → Normal file
0
tests/Test-HTTP-Content-Disposition-1.px
Executable file → Normal file
0
tests/Test-HTTP-Content-Disposition-2.px
Executable file → Normal file
0
tests/Test-HTTP-Content-Disposition-2.px
Executable file → Normal file
0
tests/Test-HTTP-Content-Disposition.px
Executable file → Normal file
0
tests/Test-HTTP-Content-Disposition.px
Executable file → Normal file
0
tests/Test-N-current.px
Executable file → Normal file
0
tests/Test-N-current.px
Executable file → Normal file
0
tests/Test-N-old.px
Executable file → Normal file
0
tests/Test-N-old.px
Executable file → Normal file
0
tests/Test-N.px
Executable file → Normal file
0
tests/Test-N.px
Executable file → Normal file
0
tests/Test-O-nonexisting.px
Executable file → Normal file
0
tests/Test-O-nonexisting.px
Executable file → Normal file
0
tests/Test-O.px
Executable file → Normal file
0
tests/Test-O.px
Executable file → Normal file
0
tests/Test-Restrict-Lowercase.px
Executable file → Normal file
0
tests/Test-Restrict-Lowercase.px
Executable file → Normal file
0
tests/Test-Restrict-Uppercase.px
Executable file → Normal file
0
tests/Test-Restrict-Uppercase.px
Executable file → Normal file
0
tests/Test-c-full.px
Executable file → Normal file
0
tests/Test-c-full.px
Executable file → Normal file
0
tests/Test-c-partial.px
Executable file → Normal file
0
tests/Test-c-partial.px
Executable file → Normal file
0
tests/Test-c.px
Executable file → Normal file
0
tests/Test-c.px
Executable file → Normal file
0
tests/Test-nonexisting-quiet.px
Executable file → Normal file
0
tests/Test-nonexisting-quiet.px
Executable file → Normal file
0
tests/Test-noop.px
Executable file → Normal file
0
tests/Test-noop.px
Executable file → Normal file
0
tests/Test-np.px
Executable file → Normal file
0
tests/Test-np.px
Executable file → Normal file
0
tests/Test.pm
Executable file → Normal file
0
tests/Test.pm
Executable file → Normal file
Loading…
Reference in New Issue
Block a user