CI/OpenBSD: run oldtest #10797

- Test_libcall_libcallnr: pass libc name to dlopen.
This commit is contained in:
Edd Barrett 2019-08-18 12:44:05 +02:00 committed by Justin M. Keyes
parent e2ccf47b5e
commit b7ce589cb8
2 changed files with 7 additions and 0 deletions

View File

@ -31,3 +31,8 @@ tasks:
cmake -G Ninja ..
cmake --build . --config Debug
./bin/nvim --version
- test: |
export LC_CTYPE=en_US.UTF-8
cd neovim
# oldtests
gmake -C src/nvim/testdir NVIM_PRG=`pwd`/build/bin/nvim

View File

@ -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