]> git.eshelyaron.com Git - emacs.git/commit
Fix error reporting in process-async-https-with-delay
authorKen Brown <kbrown@cornell.edu>
Wed, 8 Jun 2022 17:09:21 +0000 (13:09 -0400)
committerKen Brown <kbrown@cornell.edu>
Wed, 8 Jun 2022 17:10:23 +0000 (13:10 -0400)
commitd02c94090c4dd7c90da9ccd3268a9e02cadf0a45
tree8c21e0d1d5f69dc53e084479503112f698ece639
parent9a4862a9738c2abab8fb4fb2e4e57b69dea679d7
Fix error reporting in process-async-https-with-delay

* test/src/process-tests.el (process-async-https-with-delay): Use
'plist-get' instead of 'assq' in testing for a connection error.
The 'status' variable is a plist, not an alist.  (Bug#55849)
test/src/process-tests.el