From 4d5ad8a16e1fe925dd3fa0993aabb2612a82622b Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 18 Mar 2021 11:17:34 +0100 Subject: Add comint-password-prompt-regexp test for "zip -e ..." * test/lisp/comint-tests.el (comint-testsuite-password-strings): Add test for "zip -e ...". (Bug#47209) --- test/lisp/comint-tests.el | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lisp/comint-tests.el') diff --git a/test/lisp/comint-tests.el b/test/lisp/comint-tests.el index de1bc548e18..8a9a41f452f 100644 --- a/test/lisp/comint-tests.el +++ b/test/lisp/comint-tests.el @@ -44,6 +44,7 @@ "Password (again):" "Enter password:" "Enter Auth Password:" ; OpenVPN (Bug#35724) + "Verify password: " ; zip -e zipfile.zip ... (Bug#47209) "Mot de Passe :" ; localized (Bug#29729) "Passwort:") ; localized "List of strings that should match `comint-password-prompt-regexp'.") -- cgit v1.2.3