summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <jquast@io.com>2015-01-04 00:07:17 -0800
committerJeff Quast <jquast@io.com>2015-01-04 00:07:17 -0800
commitf568bfa98ace8216a18a19a284e8c8327170cb4e (patch)
treed7ff72ecf3e08aeda1938154ed53598984b38362
parent78cbca896974fd7b6d412476a02421736d138422 (diff)
downloadblessings-f568bfa98ace8216a18a19a284e8c8327170cb4e.tar.gz
use linux-friendly form of ``toe -a``
-rw-r--r--blessed/tests/accessories.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blessed/tests/accessories.py b/blessed/tests/accessories.py
index f6970ae..a62645d 100644
--- a/blessed/tests/accessories.py
+++ b/blessed/tests/accessories.py
@@ -36,7 +36,7 @@ default_all_terms = ['screen', 'vt220', 'rxvt', 'cons25', 'linux', 'ansi']
try:
available_terms = [
_term.split(None, 1)[0].decode('ascii') for _term in
- subprocess.Popen(["toe"], stdout=subprocess.PIPE, close_fds=True)
+ subprocess.Popen(('toe', '-a'), stdout=subprocess.PIPE, close_fds=True)
.communicate()[0].splitlines()]
if not os.environ.get('TEST_ALLTERMS'):
# we just pick 3 random terminal types, they're all as good as any so