From b7ce589cb879030b70d5b01aaa6bf1e521f5b9cb Mon Sep 17 00:00:00 2001 From: Edd Barrett Date: Sun, 18 Aug 2019 12:44:05 +0200 Subject: CI/OpenBSD: run oldtest #10797 - Test_libcall_libcallnr: pass libc name to dlopen. --- src/nvim/testdir/test_functions.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/nvim/testdir/test_functions.vim b/src/nvim/testdir/test_functions.vim index fab1d7790d..b03abb5b34 100644 --- a/src/nvim/testdir/test_functions.vim +++ b/src/nvim/testdir/test_functions.vim @@ -1170,6 +1170,8 @@ func Test_libcall_libcallnr() else let libc = '/usr/lib/libc.so' endif + elseif system('uname -s') =~ 'OpenBSD' + let libc = 'libc.so' else " On Unix, libc.so can be in various places. " Interestingly, using an empty string for the 1st argument of libcall -- cgit