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:
ngie 2017-07-06 08:05:57 +00:00
parent 325981186e
commit cc648bec14

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()