git: 4bbf45cf5610 - main - etcupdate: Chase test case after pwd_mkdb(8) no longer copies comments.

From: Xin LI <delphij_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 04:42:48 UTC
The branch main has been updated by delphij:

URL: https://cgit.FreeBSD.org/src/commit/?id=4bbf45cf561012da0eb10afe14d4da841add84f5

commit 4bbf45cf561012da0eb10afe14d4da841add84f5
Author:     Xin LI <delphij@FreeBSD.org>
AuthorDate: 2023-01-30 04:40:58 +0000
Commit:     Xin LI <delphij@FreeBSD.org>
CommitDate: 2023-01-30 04:40:58 +0000

    etcupdate: Chase test case after pwd_mkdb(8) no longer copies comments.
    
    MFC after:      3 days
---
 usr.sbin/etcupdate/tests/preworld_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/etcupdate/tests/preworld_test.sh b/usr.sbin/etcupdate/tests/preworld_test.sh
index b7241542784f..2c11c37f1aac 100644
--- a/usr.sbin/etcupdate/tests/preworld_test.sh
+++ b/usr.sbin/etcupdate/tests/preworld_test.sh
@@ -214,7 +214,7 @@ check_trees()
 	missing /etc/inetd.conf
 
 	# These should be auto-generated by pwd_mkdb
-	file /etc/passwd "" 9831537874bdc99adccaa2b0293248a1
+	file /etc/passwd "" e4650d2727044b22d513e6a02d86bcfa
 	file /etc/pwd.db
 	file /etc/spwd.db
 }