summaryrefslogtreecommitdiff
path: root/test/lisp/net/hmac-md5-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/net/hmac-md5-tests.el')
-rw-r--r--test/lisp/net/hmac-md5-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/net/hmac-md5-tests.el b/test/lisp/net/hmac-md5-tests.el
index ce08dd89d10..09bbb8015e9 100644
--- a/test/lisp/net/hmac-md5-tests.el
+++ b/test/lisp/net/hmac-md5-tests.el
@@ -48,7 +48,7 @@
(should (equal (encode-hex-string
(hmac-md5 (decode-hex-string
(mapconcat (lambda (c) (concat (list c) "d"))
- (make-string 50 ?c) ""))
+ (make-string 50 ?c)))
(decode-hex-string "0102030405060708090a0b0c0d0e0f10111213141516171819")))
"697eaf0aca3a3aea3a75164746ffaa79"))