From 988bd794ac1c94b2fffbcd3550918d7925bcffb7 Mon Sep 17 00:00:00 2001
From: Ralf Habacker <ralf.habacker@freenet.de>
Date: Fri, 31 Dec 2021 01:45:12 +0100
Subject: [PATCH] gwentest: add missing test 'pw5'

---
 test/gwentest.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/gwentest.c b/test/gwentest.c
index 5357e50b..80b36b32 100644
--- a/test/gwentest.c
+++ b/test/gwentest.c
@@ -6537,6 +6537,7 @@ TEST_FUNC tests[] = {
     { "pw2", testPasswordStore2, NULL },
     { "pw3", testPasswordStore3, NULL },
     { "pw4", NULL, testPasswordStore4 },
+    { "pw5", NULL, testPasswordStore5 },
     { "rsa", check_rsa_keys, NULL },
     { "sar1", NULL, testSar1 },
     { "sar2", NULL, testSar2 },
-- 
2.26.2

