summaryrefslogtreecommitdiff
path: root/tests/bash_completion/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bash_completion/tests.py')
-rw-r--r--tests/bash_completion/tests.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/bash_completion/tests.py b/tests/bash_completion/tests.py
index f8f1fe4553..c43c0483b5 100644
--- a/tests/bash_completion/tests.py
+++ b/tests/bash_completion/tests.py
@@ -93,12 +93,6 @@ class BashCompletionTests(unittest.TestCase):
output = self._run_autocomplete()
self.assertEqual(output, [''])
- def test_runfcgi(self):
- "Command arguments will be autocompleted"
- self._user_input('django-admin runfcgi h')
- output = self._run_autocomplete()
- self.assertEqual(output, ['host='])
-
def test_app_completion(self):
"Application names will be autocompleted for an AppCommand"
self._user_input('django-admin sqlmigrate a')