summaryrefslogtreecommitdiff
path: root/test/lisp/net/network-stream-tests.el
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2021-09-21 10:20:10 +0200
committerRobert Pluim <rpluim@gmail.com>2021-09-21 13:56:34 +0200
commit0493dd36dc8ae6afa99ef27fb0418f4be95bcf75 (patch)
treec529c36954712cbf9be51384aa2f7be6c3e7c63a /test/lisp/net/network-stream-tests.el
parent5b962a7ad8d0acfe40a41ce139059b9c8e46f666 (diff)
downloademacs-0493dd36dc8ae6afa99ef27fb0418f4be95bcf75.tar.gz
Silence byte-compiler warning for network-stream-tests.el
The api specifically requires a symbol here, so we can't just replace nowait with nil. * test/lisp/net/network-stream-tests.el (open-gnutls-stream-old-api-wait): Add explicit value for nowait to silence byte-compiler warning due to Bug#47080.
Diffstat (limited to 'test/lisp/net/network-stream-tests.el')
-rw-r--r--test/lisp/net/network-stream-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/net/network-stream-tests.el b/test/lisp/net/network-stream-tests.el
index 4a0b23dd26f..8f5bddb71fa 100644
--- a/test/lisp/net/network-stream-tests.el
+++ b/test/lisp/net/network-stream-tests.el
@@ -611,7 +611,7 @@
(skip-unless (gnutls-available-p))
(let ((server (make-tls-server 44667))
(times 0)
- nowait
+ (nowait nil) ; Workaround Bug#47080
proc status)
(unwind-protect
(progn