emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/tzz/nettle 9dc7abc: WIP: GnuTLS tests: test range


From: Teodor Zlatanov
Subject: [Emacs-diffs] scratch/tzz/nettle 9dc7abc: WIP: GnuTLS tests: test range extractions.1
Date: Tue, 18 Apr 2017 12:25:10 -0400 (EDT)

branch: scratch/tzz/nettle
commit 9dc7abc7ae4f1d9d8b0b10891662a6b88fdf02d9
Author: Ted Zlatanov <address@hidden>
Commit: Ted Zlatanov <address@hidden>

    WIP: GnuTLS tests: test range extractions.1
---
 test/lisp/net/gnutls-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/net/gnutls-tests.el b/test/lisp/net/gnutls-tests.el
index 6692361..958b560 100644
--- a/test/lisp/net/gnutls-tests.el
+++ b/test/lisp/net/gnutls-tests.el
@@ -98,7 +98,7 @@
   "Test the GnuTLS data extractions against the built-in `secure-hash'."
   (skip-unless (gnutls-available-p))
   (setq gnutls-tests-message-prefix "data extraction: ")
-  (dolist (input (delete "" gnutls-tests-mondo-strings))
+  (dolist (input gnutls-tests-mondo-strings)
     ;; Test buffer extraction
     (with-temp-buffer
       (insert input)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]