Ensure a UTF-8 locale is available for tests

Fixes Debian sid schroot build.

Also add build deps required for full testing:
tmux,  less (for window-resize.test)
This commit is contained in:
John Hood
2017-02-21 12:25:36 -05:00
parent 2e816205f7
commit 0fc950bd8a
4 changed files with 34 additions and 1 deletions
+7
View File
@@ -1,4 +1,11 @@
#!/bin/sh
. "$(dirname "$0")/e2e-test-subrs"
if ! set_locale; then
echo "$0: no usable locale" >&2
exit 99
fi
set -eu
out=$(
TERM=xterm \