view src/testdir/unix.vim @ 24844:250c6ab76d19 v8.2.2960

patch 8.2.2960: swap file recovery not sufficiently tested Commit: https://github.com/vim/vim/commit/8cf02e5cf8fb14a5009f12e7af0a47617a0ce88d Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Mon Jun 7 20:41:22 2021 +0200 patch 8.2.2960: swap file recovery not sufficiently tested Problem: Swap file recovery not sufficiently tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/8339)
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Jun 2021 20:45:03 +0200
parents bfd636b8e259
children dbec60b8c253
line wrap: on
line source

" Settings for test script execution
" Always use "sh", don't use the value of "$SHELL".
set shell=sh

" Only when the +eval feature is present. 
if 1
  " While some tests overwrite $HOME to prevent them from polluting user files,
  " we need to remember the original value so that we can tell external systems
  " where to ask about their own user settings.
  let g:tester_HOME = $HOME
endif

source setup.vim