Skip to content
Snippets Groups Projects
Verified Commit 7e0cba03 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

force LC_ALL=C.UTF-8 in basic-command-list test, so that diffoscope can always output something

I had an occasion when the test failed in a place because it thought the terminal
didn't support UTF-8, so forcing that.
parent 72a14d4f
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
# not set -e: we are testing exit codes
# to have diffoscope able to output stuff in utf-8
export LC_ALL=C.UTF-8
if ! [ -d "$ADTTMP" ]; then
ADTTMP=`mktemp -d`
TEMP=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment