From cc648bec14ccfd1ee9cc8c3ea31ec543b6c99e23 Mon Sep 17 00:00:00 2001 From: ngie Date: Thu, 6 Jul 2017 08:05:57 +0000 Subject: [PATCH] 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) --- usr.bin/xo/tests/functional_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/xo/tests/functional_test.sh b/usr.bin/xo/tests/functional_test.sh index 2a26faa4962e..c57c88211d1e 100755 --- a/usr.bin/xo/tests/functional_test.sh +++ b/usr.bin/xo/tests/functional_test.sh @@ -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()