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
+5
View File
@@ -1,5 +1,7 @@
#!/bin/sh
. "$(dirname "$0")/e2e-test-subrs"
#
# Validate that mosh produces expected output, using screen captures
# in tmux.
@@ -106,6 +108,9 @@ mosh_server()
}
# main
if ! set_locale; then
test_error "e2e-test: no usable locale\n"
fi
# Set up environment
if [ -z "$srcdir" ]; then