diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-11-17 09:32:13 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2023-11-17 09:54:03 +0800 |
commit | 7f62775d5da3c67fe626f74ac7aad4e001428d3f (patch) | |
tree | fe558169b13054f19272452a835eb29e242fc74b | |
parent | b5b6e6fb496df3dccf6f14f6f816b48b99dca000 (diff) | |
download | rneovim-7f62775d5da3c67fe626f74ac7aad4e001428d3f.tar.gz rneovim-7f62775d5da3c67fe626f74ac7aad4e001428d3f.tar.bz2 rneovim-7f62775d5da3c67fe626f74ac7aad4e001428d3f.zip |
vim-patch:9.0.1881: Test_crash fails on Mac
Problem: Test_crash fails on Mac
Solution: Skip test on Mac
https://github.com/vim/vim/commit/5856b07795dff69e3bac57deb5033b5839c1dfb8
Co-authored-by: Christian Brabandt <cb@256bit.org>
-rw-r--r-- | test/old/testdir/test_crash.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/old/testdir/test_crash.vim b/test/old/testdir/test_crash.vim index b6ae4d2153..b841ccb052 100644 --- a/test/old/testdir/test_crash.vim +++ b/test/old/testdir/test_crash.vim @@ -7,6 +7,8 @@ CheckScreendump func Test_crash1() CheckNotBSD CheckExecutable dash + " Test 7 fails on Mac ... + CheckNotMac " The following used to crash Vim let opts = #{cmd: 'sh'} |