git: a47e1bdf89eb - stable/12 - etcupdate: Chase test case after pwd_mkdb(8) no longer copies comments.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Feb 2023 00:28:25 UTC
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
}