summaryrefslogtreecommitdiff
path: root/tests/test_bashcompletion.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_bashcompletion.py')
-rw-r--r--tests/test_bashcompletion.py2
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'