X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=t%2Feml_content_type.t;h=ab8d4b2dfe636e23b9ac4bc5a7e72a276567d772;hp=5fd7d1d98c4985a1babbd868e79a338c069af797;hb=4eee5af6011cc8cdefb66c9729952c7eff5c0b0b;hpb=88645f747bd43c7fc374d8bfb908dab4e6028825 diff --git a/t/eml_content_type.t b/t/eml_content_type.t index 5fd7d1d9..ab8d4b2d 100644 --- a/t/eml_content_type.t +++ b/t/eml_content_type.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # Copyright (C) 2004- Simon Cozens, Casey West, Ricardo SIGNES # This library is free software; you can redistribute it and/or modify # it under the same terms as Perl itself. @@ -260,10 +260,6 @@ my %non_strict_ct_tests = ( sub test { my ($string, $expect, $info) = @_; - # So stupid. -- rjbs, 2013-08-10 - $expect->{discrete} = $expect->{type}; - $expect->{composite} = $expect->{subtype}; - local $_; $info =~ s/\r/\\r/g; $info =~ s/\n/\\n/g;