Start work on migration to global directory

This commit is contained in:
Nils Winkler
2017-09-15 08:10:14 +02:00
parent f892269aff
commit 6fa235a825
2 changed files with 2 additions and 5 deletions

View File

@@ -207,10 +207,10 @@ function local_setup {
@test "bash-it: run the migrate command without anything to migrate" {
run _enable-plugin "ssh"
assert [ -L "$BASH_IT/plugins/enabled/250---ssh.plugin.bash" ]
assert [ -L "$BASH_IT/enabled/250---ssh.plugin.bash" ]
run _bash-it-migrate
assert [ -L "$BASH_IT/plugins/enabled/250---ssh.plugin.bash" ]
assert [ -L "$BASH_IT/enabled/250---ssh.plugin.bash" ]
}
@test "bash-it: verify that existing components are automatically migrated when something is enabled" {