Skip to content

Commit

Permalink
Remove eq
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Aug 8, 2023
1 parent c0e7b46 commit a7823d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/51media/01unicode.pl
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ sub parse_content_disposition_params {
my $k = shift @parts;
my $v = shift @parts;

if ($allow_inline_disposition eq 1) {
if ($allow_inline_disposition) {
assert_ok( $k eq "attachment" or $k eq "inline", "content-disposition");
}
else {
Expand Down

0 comments on commit a7823d5

Please sign in to comment.