comparison src/testdir/test_popupwin.vim @ 21287:3fd32bf5fff0 v8.2.1194

patch 8.2.1194: test failure because shell prompt differs Commit: https://github.com/vim/vim/commit/a4dc6f92bb29b00783f8945bbe1101e837b6ad3c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 12 19:52:36 2020 +0200 patch 8.2.1194: test failure because shell prompt differs Problem: Test failure because shell prompt differs. Solution: Set the shell prompt.
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Jul 2020 20:00:03 +0200
parents 35a7cab0bdfd
children 608f674c6035
comparison
equal deleted inserted replaced
21286:a3e94fc0cba5 21287:3fd32bf5fff0
583 CheckFeature terminal 583 CheckFeature terminal
584 584
585 " create a popup that covers the terminal window 585 " create a popup that covers the terminal window
586 let lines =<< trim END 586 let lines =<< trim END
587 set shell=/bin/sh noruler 587 set shell=/bin/sh noruler
588 let $PS1 = 'vim> '
588 terminal 589 terminal
589 $wincmd w 590 $wincmd w
590 let winid = popup_create(['1111', '2222'], #{ 591 let winid = popup_create(['1111', '2222'], #{
591 \ drag: 1, 592 \ drag: 1,
592 \ resize: 1, 593 \ resize: 1,