1
0
mirror of https://github.com/sharkdp/fd synced 2024-07-03 00:08:39 +00:00

Fix warning in tests on Linux

This commit is contained in:
sharkdp 2017-07-02 15:49:59 +02:00
parent f5261595a7
commit 918e4a014a

View File

@ -7,6 +7,7 @@ fd="${SCRIPT_DIR}/../target/debug/fd"
MKTEMP_TEMPLATE="fd-tests.XXXXXXXXXX"
# Stabilize sort
export LC_ALL="C.UTF-8"
export LC_CTYPE="UTF-8"
export reset='\x1b[0m'