From f92abdb241ed82339da629782dea6baa9c9ff5ec Mon Sep 17 00:00:00 2001 From: Joe VLcek Date: Aug 28 2025 13:32:58 +0000 Subject: Force terminal width to 80 chars. Fixes: #4356 --- diff --git a/tests/test_cli/utils.py b/tests/test_cli/utils.py index 3cf113f..c52b077 100644 --- a/tests/test_cli/utils.py +++ b/tests/test_cli/utils.py @@ -197,6 +197,7 @@ class CliTestCase(unittest.TestCase): # optarse uses gettext directly and it is driven by LANGUAGE # we need english to get comparable strings os.environ['LANGUAGE'] = 'C' + os.environ['COLUMNS'] = '80' self.assert_system_exit( callableObj, mock.MagicMock(),