From fd686cc2ae703bab986a577fd89d2d126da2ae34 Mon Sep 17 00:00:00 2001 From: Nils Winkler Date: Fri, 15 Sep 2017 08:10:14 +0200 Subject: [PATCH] Fix one more path --- test/lib/helpers.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/helpers.bats b/test/lib/helpers.bats index c77d03f6..6c671a27 100644 --- a/test/lib/helpers.bats +++ b/test/lib/helpers.bats @@ -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\]" }