Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2023 00:28:25 GMT
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a47e1bdf89eb - stable/12 - etcupdate: Chase test case after pwd_mkdb(8) no longer copies comments.
Message-ID:  <202302040028.3140SPMG054209@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by delphij:

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

commit a47e1bdf89ebadeff01e5bf6b1086f88a5381723
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:28:12 +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
 }



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