]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/eml_content_type.t
www: drop --subject from "git send-email" instructions
[public-inbox.git] / t / eml_content_type.t
index 5fd7d1d98c4985a1babbd868e79a338c069af797..ab8d4b2dfe636e23b9ac4bc5a7e72a276567d772 100644 (file)
@@ -1,5 +1,5 @@
 #!perl -w
-# Copyright (C) 2020 all contributors <meta@public-inbox.org>
+# Copyright (C) 2020-2021 all contributors <meta@public-inbox.org>
 # 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;