diff options
Diffstat (limited to 'test/lisp/international')
-rw-r--r-- | test/lisp/international/textsec-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/international/textsec-tests.el b/test/lisp/international/textsec-tests.el index ee0af66d992..5bf9a3dcfb3 100644 --- a/test/lisp/international/textsec-tests.el +++ b/test/lisp/international/textsec-tests.el @@ -169,8 +169,8 @@ (textsec-email-address-header-suspicious-p "Lars Ingebrigtsen <larsi@\N{RIGHT-TO-LEFT OVERRIDE}gnus.org>")) - (should (textsec-email-address-header-suspicious-p - "דגבא <foo@bar.com>")) + (should-not (textsec-email-address-header-suspicious-p + "דגבא <foo@bar.com>")) (should (textsec-email-address-suspicious-p "Bob_Norbolwits@GCSsafetyACE.com"))) |