Hello,
there seems to be a typo in
regress/sbin/newfs/checknewfs,
Alf
Index: regress/sbin/newfs/checknewfs
===================================================================
RCS file: /cvs/src/regress/sbin/newfs/checknewfs,v
retrieving revision 1.8
diff -u -p -r1.8 checknewfs
--- regress/sbin/newfs/checknewfs 18 May 2020 06:20:44 -0000 1.8
+++ regress/sbin/newfs/checknewfs 23 Jul 2021 08:27:30 -0000
@@ -12,7 +12,7 @@ trap 'cleanup' INT
dotest() {
if ! grep -q "$2|" /etc/disktab; then
- echo disk type $2 does not exists in /etc/disktab
+ echo disk type $2 does not exist in /etc/disktab
echo SKIPPED
return
fi