mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 05:01:02 -08:00
* test/lisp/auth-source-tests.el: Avoid `string-join' to be simple.
This commit is contained in:
parent
9ff5edc713
commit
10cde01c5e
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@
|
|||
(netrc-file (make-temp-file
|
||||
"auth-source-test"
|
||||
nil nil
|
||||
(string-join entries "\n")))
|
||||
(mapconcat 'identity entries "\n")))
|
||||
(auth-sources (list netrc-file))
|
||||
(auth-source-do-cache nil)
|
||||
found found-as-string)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue