Skip to content

Commit

Permalink
tests: add to clean_files.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelicWizard committed Jan 25, 2022
1 parent d27dbb7 commit 3942841
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
7 changes: 1 addition & 6 deletions clean_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#
docs/
hooks/
test/

# root files
#
Expand Down Expand Up @@ -129,12 +130,6 @@ plugins/available/todo.plugin.bash
plugins/available/xterm.plugin.bash
plugins/available/zoxide.plugin.bash

# tests
#
test/plugins/alias-completion.plugin.bats
test/run
test/test_helper.bash

# themes
#
themes/90210
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/bash_it/aliases/available/a.aliases.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
# shellcheck shell=bash

alias test_alias="a"
2 changes: 1 addition & 1 deletion test/fixtures/bash_it/aliases/available/b.aliases.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
# shellcheck shell=bash

alias test_alias="b"
2 changes: 1 addition & 1 deletion test/fixtures/bash_it/plugins/available/c.plugin.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
# shellcheck shell=bash

alias test_alias="c"
1 change: 1 addition & 0 deletions test/lib/search.bats
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ function local_setup_file() {
}

@test "search: plugin base" {
# shellcheck disable=SC2034
BASH_IT_SEARCH_USE_COLOR=false
run _bash-it-search-component 'plugins' 'base'
assert_line -n 0 ' plugins: base '
Expand Down
1 change: 1 addition & 0 deletions test/themes/base.theme.git.bats
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# shellcheck shell=bats
# shellcheck disable=SC2034
# shellcheck disable=SC2016

load "${MAIN_BASH_IT_DIR?}/test/test_helper.bash"

Expand Down

0 comments on commit 3942841

Please sign in to comment.