mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 02:46:31 +00:00
CI/OpenBSD: run oldtest #10797
- Test_libcall_libcallnr: pass libc name to dlopen.
This commit is contained in:

committed by
Justin M. Keyes

parent
e2ccf47b5e
commit
b7ce589cb8
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user