We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a1c7c3 + 84ab5b7 commit 94db44bCopy full SHA for 94db44b
test/update_command.bats
@@ -54,7 +54,7 @@ teardown() {
54
}
55
56
@test "asdf update is a noop for non-git repos" {
57
- (cd $ASDF_DIR && rm -r .git/)
+ rm -rf $ASDF_DIR/.git/
58
run asdf update
59
[ "$status" -eq 1 ]
60
[ "$(echo -e "Update command disabled. Please use the package manager that you used to install asdf to upgrade asdf.")" == "$output" ]
0 commit comments