From 28fa28ce95b5873d16771595ffa3882b770f571e Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Mon, 16 Dec 2024 01:46:40 +0300 Subject: [PATCH] Reflect which printgin command not found and hint --- test/which.bats | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/test/which.bats b/test/which.bats index aca2bd8d..cdcd24e3 100644 --- a/test/which.bats +++ b/test/which.bats @@ -71,7 +71,16 @@ create_executable() { @test "version not installed" { create_executable "3.4" "py.test" PYENV_VERSION=3.3 run pyenv-which py.test - assert_failure "pyenv: version \`3.3' is not installed (set by PYENV_VERSION environment variable)" + assert_failure <