Skip to content

Commit 232c441

Browse files
authored
fix(test): align choco-review bats assertion with script (#74)
1 parent 6f7dc5f commit 232c441

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/source/install.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ setup() {
168168
grep -q 'choco-packages.config.tmpl' "$REPO_ROOT/home/dot_scripts/executable_choco-review"
169169
grep -q '_dependency_packages' "$REPO_ROOT/home/dot_scripts/executable_choco-review"
170170
grep -q '_resolve_choco_lib_dir' "$REPO_ROOT/home/dot_scripts/executable_choco-review"
171-
grep -q 'grep -qxF "\\$pkg"' "$REPO_ROOT/home/dot_scripts/executable_choco-review"
171+
grep -q 'grep -qxF "\$pkg"' "$REPO_ROOT/home/dot_scripts/executable_choco-review"
172172
grep -q '_has_parent_package_installed' "$REPO_ROOT/home/dot_scripts/executable_choco-review"
173173
}
174174

0 commit comments

Comments
 (0)