forked from aniani/vim
patch 8.2.0433: INT signal not properly tested
Problem: INT signal not properly tested.
Solution: Add a test. Also clean up some unnecessary lines. (Dominique
Pelle, closes #5828)
This commit is contained in:
@@ -255,7 +255,6 @@ func Test_confirm_cmd()
|
||||
call WaitForAssert({-> assert_match('^\[Y\]es, (N)o, (C)ancel: *$',
|
||||
\ term_getline(buf, 20))}, 1000)
|
||||
call term_sendkeys(buf, "N")
|
||||
call term_sendkeys(buf, ":quit\n")
|
||||
call StopVimInTerminal(buf)
|
||||
|
||||
call delete('foo')
|
||||
|
||||
Reference in New Issue
Block a user