We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7352bf4 commit 6fbf94aCopy full SHA for 6fbf94a
test/plugin_extension_command.bats
@@ -133,5 +133,5 @@ EOF
133
134
run asdf cmd dummy
135
[ "$status" -eq 0 ]
136
- [ "0" -eq "$(echo "$output" | grep -c "ASDF_INSTALL_")" ]
+ [ "0" -eq "$(echo "$output" | grep -c "^ASDF_INSTALL_")" ]
137
}
0 commit comments