Skip to content

Commit 05726e1

Browse files
committed
test/install: local_setup_file()
1 parent b27caec commit 05726e1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/install/install.bats

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ function local_setup_file() {
1616
export BASH_IT_CONFIG_FILE=.bashrc
1717
;;
1818
esac
19+
# don't load any libraries as the tests here test the *whole* kit
1920
}
2021

2122
@test "install: verify that the install script exists" {

test/install/uninstall.bats

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ function local_setup_file() {
1616
export BASH_IT_CONFIG_FILE=.bashrc
1717
;;
1818
esac
19+
# don't load any libraries as the tests here test the *whole* kit
1920
}
2021

2122
@test "uninstall: verify that the uninstall script exists" {

0 commit comments

Comments
 (0)