Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: set
$COLUMNS
when running CLI tests
As reported in jj-vcs#4394, at least `test_show_command::test_show_basic` can fail when run with a narrow terminal. This patch sets `COLUMNS=100` in the environment when running tests so the CLI uses that value instead of using the width of the user's terminal.
- Loading branch information