comparison src/testdir/test_xxd.vim @ 20784:d7d6993fc266 v8.2.0944

patch 8.2.0944: xxd test leaves file behind Commit: https://github.com/vim/vim/commit/253ea9fa42278faa064f2590a5c0de46dc903a17 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 10 14:21:20 2020 +0200 patch 8.2.0944: xxd test leaves file behind Problem: Xxd test leaves file behind. Solution: Delete the file "XXDfile". (Christian Brabandt, closes https://github.com/vim/vim/issues/6228)
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Jun 2020 14:30:05 +0200
parents 75ef263d09d6
children 08940efa6b4e
comparison
equal deleted inserted replaced
20783:9e726ca76ff9 20784:d7d6993fc266
206 206
207 " TODO: 207 " TODO:
208 " -o -offset 208 " -o -offset
209 209
210 %d 210 %d
211 bw! 211 bwipe!
212 call delete('XXDfile')
212 endfunc 213 endfunc
213 214
214 " Various ways with wrong arguments that trigger the usage output. 215 " Various ways with wrong arguments that trigger the usage output.
215 func Test_xxd_usage() 216 func Test_xxd_usage()
216 for arg in ['-c', '-g', '-o', '-s', '-l', '-X', 'one two three'] 217 for arg in ['-c', '-g', '-o', '-s', '-l', '-X', 'one two three']