etcupdate: temporarily comment out one tzsetup test

This test fails after tzsetup was changed to symlink rather than copy
the zoneinfo file (5e16809c95).
This commit is contained in:
Ed Maste 2023-11-24 17:28:31 -05:00
parent 5622f52c98
commit f72b4f7e14

View file

@ -232,7 +232,8 @@ echo "Differences for real update:"
diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
|| FAILED=yes
file /etc/localtime "foo"
file /var/db/zoneinfo "foo"
# XXX tzsetup installs a symlink as of 5e16809c953f
#file /etc/localtime "foo"
#file /var/db/zoneinfo "foo"
[ "${FAILED}" = no ]