Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2023 04:42:48 GMT
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4bbf45cf5610 - main - etcupdate: Chase test case after pwd_mkdb(8) no longer copies comments.
Message-ID:  <202301300442.30U4gmHK031385@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301300442.30U4gmHK031385>