mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	patch 9.1.0695: tests: test_crash leaves Untitled file around
Problem: tests: test_crash leaves Untitled file around Solution: cleanup at the end of the test_crash.vim test file Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
		| @@ -209,7 +209,6 @@ func Test_crash1_3() | |||||||
|   let args = printf(cmn_args, vim, file) |   let args = printf(cmn_args, vim, file) | ||||||
|   call term_sendkeys(buf, args) |   call term_sendkeys(buf, args) | ||||||
|   call TermWait(buf, 150) |   call TermWait(buf, 150) | ||||||
|   call delete('Untitled') |  | ||||||
|  |  | ||||||
|   let file = 'crash/nullpointer' |   let file = 'crash/nullpointer' | ||||||
|   let cmn_args = "%s -u NONE -i NONE -n -e -s -S %s -c ':qa!'\<cr>" |   let cmn_args = "%s -u NONE -i NONE -n -e -s -S %s -c ':qa!'\<cr>" | ||||||
| @@ -231,4 +230,11 @@ func Test_crash2() | |||||||
|   exe buf .. "bw!" |   exe buf .. "bw!" | ||||||
| endfunc | endfunc | ||||||
|  |  | ||||||
|  | func Test_zz_cleanup() | ||||||
|  |   " That file is created at Test_crash1_2() by dialog_changed_uaf | ||||||
|  |   " but cleanup in that Test, doesn't remove it. Let's try again at | ||||||
|  |   " the end of this test script | ||||||
|  |   call delete('Untitled') | ||||||
|  | endfunc | ||||||
|  |  | ||||||
| " vim: shiftwidth=2 sts=2 expandtab | " vim: shiftwidth=2 sts=2 expandtab | ||||||
|   | |||||||
| @@ -704,6 +704,8 @@ static char *(features[]) = | |||||||
|  |  | ||||||
| static int included_patches[] = | static int included_patches[] = | ||||||
| {   /* Add new patch number below this line */ | {   /* Add new patch number below this line */ | ||||||
|  | /**/ | ||||||
|  |     695, | ||||||
| /**/ | /**/ | ||||||
|     694, |     694, | ||||||
| /**/ | /**/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user