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 781f810ef7..e0884e5a05 100644 --- a/test/old/testdir/test_crash.vim +++ b/test/old/testdir/test_crash.vim @@ -5,6 +5,8 @@ source screendump.vim CheckScreendump func Test_crash1() + CheckNotBSD + if !executable('sh') throw 'Skipped: sh not executable!' endif |