Exit directory upon completion, update tests
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
This commit is contained in:
@@ -99,32 +99,32 @@ function __check_completion () {
|
||||
|
||||
@test "completion bash-it: show options" {
|
||||
run __check_completion 'bash-it '
|
||||
assert_line "0" "disable enable help migrate search show update"
|
||||
assert_line "0" "disable enable help migrate search show update version"
|
||||
}
|
||||
|
||||
@test "completion bash-it: bash-ti - show options" {
|
||||
run __check_completion 'bash-ti '
|
||||
assert_line "0" "disable enable help migrate search show update"
|
||||
assert_line "0" "disable enable help migrate search show update version"
|
||||
}
|
||||
|
||||
@test "completion bash-it: shit - show options" {
|
||||
run __check_completion 'shit '
|
||||
assert_line "0" "disable enable help migrate search show update"
|
||||
assert_line "0" "disable enable help migrate search show update version"
|
||||
}
|
||||
|
||||
@test "completion bash-it: bashit - show options" {
|
||||
run __check_completion 'bashit '
|
||||
assert_line "0" "disable enable help migrate search show update"
|
||||
assert_line "0" "disable enable help migrate search show update version"
|
||||
}
|
||||
|
||||
@test "completion bash-it: batshit - show options" {
|
||||
run __check_completion 'batshit '
|
||||
assert_line "0" "disable enable help migrate search show update"
|
||||
assert_line "0" "disable enable help migrate search show update version"
|
||||
}
|
||||
|
||||
@test "completion bash-it: bash_it - show options" {
|
||||
run __check_completion 'bash_it '
|
||||
assert_line "0" "disable enable help migrate search show update"
|
||||
assert_line "0" "disable enable help migrate search show update version"
|
||||
}
|
||||
|
||||
@test "completion bash-it: show - show options" {
|
||||
|
||||
Reference in New Issue
Block a user