diff options
-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'} |