aboutsummaryrefslogtreecommitdiff
path: root/tests/19_test_gbp_scripts_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/19_test_gbp_scripts_config.py')
-rw-r--r--tests/19_test_gbp_scripts_config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/19_test_gbp_scripts_config.py b/tests/19_test_gbp_scripts_config.py
index 9d0afd5..1d5f910 100644
--- a/tests/19_test_gbp_scripts_config.py
+++ b/tests/19_test_gbp_scripts_config.py
@@ -94,8 +94,8 @@ class TestGbpConfigCommand(unittest.TestCase):
self.assertEquals(printstub.result['%s.color' % cmd], 'auto')
self.assertEqual(ret, 0)
- def test_unexistent_cmds(self):
- """Unexisting commands should print no values"""
+ def test_nonexistent_cmds(self):
+ """Non-existing commands should print no values"""
for cmd in ["import_dscs", "supercommand"]:
printstub = self.AllValuesPrintStub(cmd)
ret = gbp.scripts.config.print_cmd_values(cmd, printstub)