Skip to content

Commit 0f1283e

Browse files
committed
stupid typo. One more try.
1 parent ea5eb8e commit 0f1283e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_bashcompletion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# skip_reason2 = "TRAVIS" in os.environ and os.environ["TRAVIS"] == "true"
2727
# if skip_reason2:
2828
# skip_reason += 'These tests cannot run on TRAVIS\n'
29-
skip_reaason2 = False
29+
skip_reason2 = False
3030
skip_reason3 = sys.platform.startswith('win')
3131
if skip_reason3:
3232
skip_reason = 'argcomplete doesn\'t support Windows'

0 commit comments

Comments
 (0)