gstreamer: gst_gstdatetime no longer fails on either SysV or systemd. On SysV, it now passes because timezones are symlinked to /etc/localtime instead of copied.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22240 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2019-10-11 01:36:01 +00:00
parent 0ca76d7a7c
commit e18d0baefd

View File

@ -139,8 +139,7 @@ meson --prefix=/usr \
ninja</userinput></screen>
<para>
To test the results, issue: <command>ninja test</command>. One test,
gst_gstdatetime, is known to fail.
To test the results, issue: <command>ninja test</command>.
</para>
<caution>