completion/system: fix tests for `profile` command
parent
5fab574bfd
commit
04c7424de5
|
|
@ -303,7 +303,7 @@ function local_setup {
|
||||||
assert_link_exist "$BASH_IT/enabled/250---base.plugin.bash"
|
assert_link_exist "$BASH_IT/enabled/250---base.plugin.bash"
|
||||||
assert_link_exist "$BASH_IT/enabled/365---alias-completion.plugin.bash"
|
assert_link_exist "$BASH_IT/enabled/365---alias-completion.plugin.bash"
|
||||||
assert_link_exist "$BASH_IT/enabled/350---bash-it.completion.bash"
|
assert_link_exist "$BASH_IT/enabled/350---bash-it.completion.bash"
|
||||||
assert_link_exist "$BASH_IT/enabled/350---system.completion.bash"
|
assert_link_exist "$BASH_IT/enabled/325---system.completion.bash"
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "helper: profile save command sanity" {
|
@test "helper: profile save command sanity" {
|
||||||
|
|
@ -363,7 +363,7 @@ function local_setup {
|
||||||
assert_link_not_exist "$BASH_IT/enabled/250---base.plugin.bash"
|
assert_link_not_exist "$BASH_IT/enabled/250---base.plugin.bash"
|
||||||
assert_link_not_exist "$BASH_IT/enabled/365---alias-completion.plugin.bash"
|
assert_link_not_exist "$BASH_IT/enabled/365---alias-completion.plugin.bash"
|
||||||
assert_link_not_exist "$BASH_IT/enabled/350---bash-it.completion.bash"
|
assert_link_not_exist "$BASH_IT/enabled/350---bash-it.completion.bash"
|
||||||
assert_link_not_exist "$BASH_IT/enabled/350---system.completion.bash"
|
assert_link_not_exist "$BASH_IT/enabled/325---system.completion.bash"
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "helper: profile save and load" {
|
@test "helper: profile save and load" {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue