Avocado: add a default encoding setting
And use it when running tests.
Note: this is a partial implementation, to satisfy the following use
case:
$ echo "#!/bin/sh" > a.sh
$ echo "echo ěčřž" >> a.sh
$ chmod +x a.sh
$ avocado run a.sh
Signed-off-by: NCleber Rosa <crosa@redhat.com>
Showing
avocado/core/defaults.py
0 → 100644
想要评论请 注册 或 登录