From 3991bf0ae0e896fbd695c045431b8cb02b757518 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 12 Feb 2016 18:15:10 -0500 Subject: [PATCH] * test/lisp/url/url-auth-tests.el (url-auth-test-digest-auth-retrieve-cache): Fix obvious typo. ; How do people add tests without, y'know, testing them? --- test/lisp/url/url-auth-tests.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/lisp/url/url-auth-tests.el b/test/lisp/url/url-auth-tests.el index e767b05404a..1735ad0fb63 100644 --- a/test/lisp/url/url-auth-tests.el +++ b/test/lisp/url/url-auth-tests.el @@ -118,8 +118,7 @@ Essential is how realms and paths are matched." (list :url "http://other.com/path" :realm nil :expected-user nil) ;; unmatched port - (list :url "http://example.org:444/path" :realm nil :expected-user -il) + (list :url "http://example.org:444/path" :realm nil :expected-user nil) ;; root, no realm (list :url "http://example.org/" -- 2.39.5