Skip to content

Commit 5acbc5a

Browse files
committed
tests: add to clean_files.txt
1 parent 259be4e commit 5acbc5a

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

clean_files.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ aliases/
2020
docs/
2121
hooks/
2222
scripts/
23+
test/
2324

2425
# root files
2526
#
@@ -132,12 +133,6 @@ plugins/available/todo.plugin.bash
132133
plugins/available/xterm.plugin.bash
133134
plugins/available/zoxide.plugin.bash
134135

135-
# tests
136-
#
137-
test/plugins/alias-completion.plugin.bats
138-
test/run
139-
test/test_helper.bash
140-
141136
# themes
142137
#
143138
themes/90210
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/usr/bin/env bash
1+
# shellcheck shell=bash
22

33
alias test_alias="a"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/usr/bin/env bash
1+
# shellcheck shell=bash
22

33
alias test_alias="b"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/usr/bin/env bash
1+
# shellcheck shell=bash
22

33
alias test_alias="c"

0 commit comments

Comments
 (0)