From 10d5d9a24f6cba6423cfa69fc283d20afec3c82f Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 20 Apr 2015 00:00:04 +0200 Subject: [PATCH] tests: fix desc for "can add shims to PATH more than once" This seems to have not been merged properly. A similar issue is with the test for fish, which has been submitted as a PR for rbenv: https://github.com/sstephenson/rbenv/pull/722. --- test/init.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/init.bats b/test/init.bats index 713dad58..2bf64de7 100644 --- a/test/init.bats +++ b/test/init.bats @@ -64,7 +64,7 @@ load test_helper assert_line 0 "setenv PATH '${PYENV_ROOT}/shims' \$PATH" } -@test "doesn't add shims to PATH more than once" { +@test "can add shims to PATH more than once" { export PATH="${PYENV_ROOT}/shims:$PATH" run pyenv-init - bash assert_success