aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xo
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xo')
-rwxr-xr-xusr.bin/xo/tests/functional_test.sh4
1 files 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()