We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05726e1 commit 5992577Copy full SHA for 5992577
test/plugins/alias-completion.plugin.bats
@@ -8,7 +8,7 @@ function local_setup_file() {
8
9
@test "alias-completion: See that aliases with double quotes and brackets do not break the plugin" {
10
alias gtest="git log --graph --pretty=format:'%C(bold)%h%Creset%C(magenta)%d%Creset %s %C(yellow)<%an> %C(cyan)(%cr)%Creset' --abbrev-commit --date=relative"
11
- load "${BASH_IT?}/plugins/available/alias-completion.plugin.bash"
+ run load "${BASH_IT?}/plugins/available/alias-completion.plugin.bash"
12
13
assert_success
14
}
@@ -24,5 +24,5 @@ function local_setup_file() {
24
alias rm='rm -v'
25
run load "${BASH_IT?}/plugins/available/alias-completion.plugin.bash"
26
27
- refute_output
+ assert_output ""
28
0 commit comments