summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/cmd/test-install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/test-install.py b/lib/spack/spack/cmd/test-install.py
index ea092727fe..eff4bcc46b 100644
--- a/lib/spack/spack/cmd/test-install.py
+++ b/lib/spack/spack/cmd/test-install.py
@@ -132,7 +132,7 @@ def create_test_output(spec, handled, output):
return handled[spec]
-def testinstall(parser, args):
+def test_install(parser, args):
if not args.package:
tty.die("install requires a package argument")