Chase upstream change deprecating LIBXO_OPTIONS similar to r320521

LIBXO_OPTIONS was deprecated in favor of the --libxo options.

Inspired by:	https://github.com/Juniper/libxo (02272d5c6d7d)
This commit is contained in:
Enji Cooper 2017-07-06 08:05:57 +00:00
parent 1c227d0049
commit 13464e4a44
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320728

View File

@ -42,8 +42,8 @@ check()
atf_check -s exit:0 -e file:${err_file} -o file:${out_file} \
env LC_ALL=en_US.UTF-8 \
LIBXO_OPTIONS=":W${xo_fmt}" TZ="EST" "${SRCDIR}/${tc}" \
${XO}
TZ="EST" "${SRCDIR}/${tc}" \
"${XO} --libxo:W${xo_fmt}"
}
add_testcase()