diff 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
line wrap: on
line diff
--- a/src/testdir/test_popupwin.vim
+++ b/src/testdir/test_popupwin.vim
@@ -585,6 +585,7 @@ func Test_popup_drag_termwin()
   " create a popup that covers the terminal window
   let lines =<< trim END
 	set shell=/bin/sh noruler
+	let $PS1 = 'vim> '
         terminal
 	$wincmd w
 	let winid = popup_create(['1111', '2222'], #{