Skip to content

Commit 4763ff3

Browse files
committed
Correctly invoke setup conf files when running tests
1 parent cc11e37 commit 4763ff3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/helpers/setup_tmux_conf.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ setup_tmux_conf() {
1111
echo "bind-key -T copy-mode y send-keys -X copy-selection-and-cancel" >> ~/.tmux.conf
1212
echo "run-shell '$BASE_DIR/copycat.tmux'" >> ~/.tmux.conf
1313
}
14+
setup_tmux_conf

test/helpers/setup_tmux_conf_with_custom_searches.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ setup_tmux_conf() {
1313
echo "set -g @copycat_search_C-t 'random string[[:digit:]]+'" >> ~/.tmux.conf
1414
echo "run-shell '$BASE_DIR/copycat.tmux'" >> ~/.tmux.conf
1515
}
16+
setup_tmux_conf

0 commit comments

Comments
 (0)