test: Add test for aliases rm for alias_completion
parent
28e4633e53
commit
f5753e4416
|
|
@ -22,3 +22,10 @@ load ../../completion/available/git.completion
|
|||
|
||||
assert_success
|
||||
}
|
||||
|
||||
@test "alias-completion: See that having aliased rm command does not output unnecessary output" {
|
||||
alias rm='rm -v'
|
||||
load ../../plugins/available/alias-completion.plugin
|
||||
|
||||
refute_output
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue