Skip to content

Commit

Permalink
etcupdate: temporarily comment out one tzsetup test
Browse files Browse the repository at this point in the history
This test fails after tzsetup was changed to symlink rather than copy
the zoneinfo file (5e16809).
  • Loading branch information
emaste committed Nov 24, 2023
1 parent 5622f52 commit f72b4f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions usr.sbin/etcupdate/tests/tzsetup_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]

0 comments on commit f72b4f7

Please sign in to comment.