Skip to content

Commit

Permalink
fix linux bash completions
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Jan 7, 2025
1 parent 077356b commit 8aaa492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/shellcompletion/test_bash.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class BashTests(_ScriptCompleteTestCase, TestCase):
shell = "bash"
directory = Path("~/.bash_completions").expanduser()
interactive_opt = "-i"
tabs = "\t"
tabs = "\t\t"

environment = [
f"export DJANGO_SETTINGS_MODULE=tests.settings.completion",
Expand Down

0 comments on commit 8aaa492

Please sign in to comment.