summaryrefslogtreecommitdiff
path: root/src/testdir/test_backup.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.1340: some tests fail on Cirrus CI and/or with FreeBSDv8.2.1340Bram Moolenaar2020-08-011-7/+20
| | | | | | Problem: Some tests fail on Cirrus CI and/or with FreeBSD. Solution: Make 'backupskip' empty. Do not run tests as root. Check for directory when using viminfo. (Ozaki Kiichi, closes #6596)
* patch 8.2.0958: not sufficient testing for buffer writingv8.2.0958Bram Moolenaar2020-06-111-0/+17
| | | | | Problem: Not sufficient testing for buffer writing. Solution: Add a few tests. (Yegappan Lakshmanan, closes #6238)
* patch 8.1.0264: backup tests fail when CWD is in /tmpv8.1.0264Bram Moolenaar2018-08-091-6/+6
| | | | | Problem: Backup tests fail when CWD is in /tmp. Solution: Make 'backupskip' empty. (Christian Brabandt, closes #3301)
* patch 8.1.0255: backup test fails when using shadow directoryv8.1.0255Bram Moolenaar2018-08-081-2/+2
| | | | | Problem: Backup test fails when using shadow directory. Solution: Remove check for "src".
* patch 8.1.0251: using full path is not supported for 'backupdir'v8.1.0251Bram Moolenaar2018-08-071-0/+58
Problem: Using a full path is supported for 'directory' but not for 'backupdir'. (Mikolaj Machowski) Solution: Support 'backupdir' as well. (Christian Brabandt, closes #179)