diff options
author | Eric Lin <anselor@gmail.com> | 2018-05-04 14:56:26 -0400 |
---|---|---|
committer | Eric Lin <anselor@gmail.com> | 2018-05-04 14:56:26 -0400 |
commit | 0f1283ea13d590c4ffa332c79ea6801b61babc77 (patch) | |
tree | 9bf23cd7f6137b3ea74c571dc15c812c0b48de04 /tests | |
parent | ea5eb8e9bc957d4f9c211300103cc1a5d01c20f4 (diff) | |
download | cmd2-git-0f1283ea13d590c4ffa332c79ea6801b61babc77.tar.gz |
stupid typo. One more try.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_bashcompletion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_bashcompletion.py b/tests/test_bashcompletion.py index 6d6f5000..1d8caba6 100644 --- a/tests/test_bashcompletion.py +++ b/tests/test_bashcompletion.py @@ -26,7 +26,7 @@ except ImportError: # skip_reason2 = "TRAVIS" in os.environ and os.environ["TRAVIS"] == "true" # if skip_reason2: # skip_reason += 'These tests cannot run on TRAVIS\n' -skip_reaason2 = False +skip_reason2 = False skip_reason3 = sys.platform.startswith('win') if skip_reason3: skip_reason = 'argcomplete doesn\'t support Windows' |