summaryrefslogtreecommitdiff
path: root/distutils2/tests/test_command_check.py
diff options
context:
space:
mode:
Diffstat (limited to 'distutils2/tests/test_command_check.py')
-rw-r--r--distutils2/tests/test_command_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/distutils2/tests/test_command_check.py b/distutils2/tests/test_command_check.py
index 93da1f2..60ed4cb 100644
--- a/distutils2/tests/test_command_check.py
+++ b/distutils2/tests/test_command_check.py
@@ -69,7 +69,7 @@ class CheckTestCase(support.LoggingCatcher,
def test_check_hooks(self):
pkg_info, dist = self.create_dist()
- dist.command_options['install'] = {
+ dist.command_options['install_dist'] = {
'pre_hook': ('file', {"a": 'some.nonextistant.hook.ghrrraarrhll'}),
}
cmd = check(dist)