Fix one more path

pull/1043/head
Nils Winkler 2017-09-15 08:10:14 +02:00
parent f72691fe85
commit fd686cc2ae
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ function local_setup {
@test "bash-it: describe the nvm plugin after enabling it" {
run _enable-plugin "nvm"
assert_line "0" 'nvm enabled with priority 225.'
assert [ -L "$BASH_IT/plugins/enabled/225---nvm.plugin.bash" ]
assert [ -L "$BASH_IT/enabled/225---nvm.plugin.bash" ]
_bash-it-plugins | grep "nvm" | grep "\[x\]"
}