diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-15 16:52:21 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-15 16:52:21 -0500 |
commit | e14f628b835e7f38be8ae3706ec2c332c9f66a03 (patch) | |
tree | 8bb88453eea5999b7acf23911818aeefa9ac31e7 /tests | |
parent | d588bd137ec9ccdbe62f3acb5ed46e2fbd128abb (diff) | |
download | cmd2-git-e14f628b835e7f38be8ae3706ec2c332c9f66a03.tar.gz |
Fix test_base_show_readonly unit test on Windows
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_cmd2.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index 556578d5..0df3b80a 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -80,6 +80,7 @@ def test_base_show_long(base_app): def test_base_show_readonly(base_app): + base_app.editor = 'vim' out = run_cmd(base_app, 'set -a') expected = normalize(SHOW_TXT + '\nRead only settings:' + """ Commands are case-sensitive: {} |