From 28a8b0fc55edb4341e7542509930284532ccd974 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Fri, 24 Apr 2026 16:51:08 +0300 Subject: [PATCH] fix test in case of path with spaces --- test/prefix.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/prefix.bats b/test/prefix.bats index 38e069d..eac95aa 100644 --- a/test/prefix.bats +++ b/test/prefix.bats @@ -228,7 +228,7 @@ OUT stub pyenv-version-name "echo 3" create_version "3.4.4" - stub pyenv-prefix "3 : echo $PYENV_ROOT/versions/3.4.4" + stub pyenv-prefix "3 : echo \"$PYENV_ROOT/versions/3.4.4\"" run pyenv-virtualenv-prefix