Use more 'tmux-test' functions

This commit is contained in:
Bruno Sutic
2015-02-23 01:19:03 +01:00
parent d9ac38bef9
commit d4ec690610
3 changed files with 3 additions and 14 deletions

View File

@ -16,15 +16,12 @@ setup_before_restore() {
}
restore_tmux_environment_and_save_again() {
set_tmux_conf_helper<<-HERE
run-shell '~/.tmux/plugins/tmux-resurrect/resurrect.tmux'
HERE
set_screen_dimensions_helper
$CURRENT_DIR/helpers/restore_and_save_tmux_test_environment.exp
}
main() {
install_tmux_resurrect_helper
install_tmux_plugin_under_test_helper
setup_before_restore
restore_tmux_environment_and_save_again