Skip to content

Commit 6fbf94a

Browse files
authored
fix: correct ASDF_INSTALL_* envvar unset test (#2006)
1 parent 7352bf4 commit 6fbf94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugin_extension_command.bats

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,5 @@ EOF
133133

134134
run asdf cmd dummy
135135
[ "$status" -eq 0 ]
136-
[ "0" -eq "$(echo "$output" | grep -c "ASDF_INSTALL_")" ]
136+
[ "0" -eq "$(echo "$output" | grep -c "^ASDF_INSTALL_")" ]
137137
}

0 commit comments

Comments
 (0)