comparison src/testdir/test_recover.vim @ 24091:12a773f4f62f v8.2.2587

patch 8.2.2587: recover test fails on FreeBSD Commit: https://github.com/vim/vim/commit/6635ae1437e6e343c0514524a8dfb19d9525b908 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 10 21:46:39 2021 +0100 patch 8.2.2587: recover test fails on FreeBSD Problem: Recover test fails on FreeBSD. Solution: Check for Linux.
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Mar 2021 22:00:03 +0100
parents cdeec1389c8c
children 467c3022fba6
comparison
equal deleted inserted replaced
24090:ecd6f702cbce 24091:12a773f4f62f
77 set undolevels& 77 set undolevels&
78 enew! | only 78 enew! | only
79 endfunc 79 endfunc
80 80
81 func Test_nocatch_process_still_running() 81 func Test_nocatch_process_still_running()
82 " assume Unix means sysinfo.uptime can be used 82 " sysinfo.uptime probably only works on Linux
83 CheckUnix 83 CheckLinux
84 " the GUI dialog can't be handled
84 CheckNotGui 85 CheckNotGui
85 86
86 " don't intercept existing swap file here 87 " don't intercept existing swap file here
87 au! SwapExists 88 au! SwapExists
88 89