Skip to content

Commit 2665ca8

Browse files
seefoodclaude
andcommitted
Fix install test to match updated template
The template now uses "${BASH_IT?}/bash_it.sh" instead of "$BASH_IT"/bash_it.sh but the test was checking for the old format, causing CI failures. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent f2097f7 commit 2665ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/install/install.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ function local_setup_file() {
7777
run cat "$HOME/$BASH_IT_CONFIG_FILE"
7878

7979
assert_line "test file content"
80-
assert_line "source \"\$BASH_IT\"/bash_it.sh"
80+
assert_line "source \"\${BASH_IT?}/bash_it.sh\""
8181
}

0 commit comments

Comments
 (0)