Skip to content

Commit

Permalink
D.S.N. is 5.2.2 #416
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Nov 4, 2020
1 parent b5420a3 commit 6b9bbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/673-lhost-x3.t
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ my $isexpected = [
{ 'n' => '02', 's' => qr/\A5[.]0[.]\d+\z/, 'r' => qr/expired/, 'b' => qr/\A1\z/ },
{ 'n' => '03', 's' => qr/\A5[.]3[.]0\z/, 'r' => qr/userunknown/, 'b' => qr/\A0\z/ },
{ 'n' => '05', 's' => qr/\A5[.]0[.]\d+\z/, 'r' => qr/undefined/, 'b' => qr/\A1\z/ },
{ 'n' => '06', 's' => qr/\A5[.]2[.]\d+\z/, 'r' => qr/mailboxfull/, 'b' => qr/\A1\z/ },
{ 'n' => '06', 's' => qr/\A5[.]2[.]2\z/, 'r' => qr/mailboxfull/, 'b' => qr/\A1\z/ },
];

$enginetest->($enginename, $isexpected);
Expand Down

0 comments on commit 6b9bbb8

Please sign in to comment.