git: d07eb716f35d - stable/13 - etcupdate: Chase test case after pwd_mkdb(8) no longer copies comments.

From: Xin LI <delphij_at_FreeBSD.org>
Date: Sat, 04 Feb 2023 00:26:49 UTC
The branch stable/13 has been updated by delphij:

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

commit d07eb716f35d592c5b2f25d547c80e6bf3b81245
Author:     Xin LI <delphij@FreeBSD.org>
AuthorDate: 2023-01-30 04:40:58 +0000
Commit:     Xin LI <delphij@FreeBSD.org>
CommitDate: 2023-02-04 00:26:24 +0000

    etcupdate: Chase test case after pwd_mkdb(8) no longer copies comments.
    
    (cherry picked from commit 4bbf45cf561012da0eb10afe14d4da841add84f5)
---
 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
 }