mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
5622f52c98
commit
f72b4f7e14
1 changed files with 3 additions and 2 deletions
|
|
@ -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 ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue