From 5d0bb647a33f84e1db1c5fcde73b877bdab9e386 Mon Sep 17 00:00:00 2001 From: Gregory Becker Date: Mon, 15 May 2023 18:02:11 -0700 Subject: [PATCH] typo --- lib/spack/spack/test/cmd/env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/test/cmd/env.py b/lib/spack/spack/test/cmd/env.py index d6bc5c8910b..7cf045937bf 100644 --- a/lib/spack/spack/test/cmd/env.py +++ b/lib/spack/spack/test/cmd/env.py @@ -295,7 +295,7 @@ def test_env_install_same_spec_twice(install_mockery, mock_fetch): # The second installation reports all packages already installed out = install("cmake-client") - assert "Executing phase" not in output + assert "Executing phase" not in out def test_env_definition_symlink(install_mockery, mock_fetch, tmpdir):