Fix zsh integration test on CI

Also, add various other robustness improvements to the test
This commit is contained in:
Kovid Goyal
2022-02-21 19:29:35 +05:30
parent a43f610555
commit 261057396c
3 changed files with 14 additions and 6 deletions

View File

@@ -38,6 +38,9 @@ def install_deps():
' libxcursor-dev libxcb-xkb-dev libdbus-1-dev libxkbcommon-dev libharfbuzz-dev libx11-xcb-dev zsh'
' libpng-dev liblcms2-dev libfontconfig-dev libxkbcommon-x11-dev libcanberra-dev librsync-dev uuid-dev'
' zsh bash dash fish')
# for some reason these directories are world writable which causes zsh
# compinit to break
run('sudo chmod -R og-w /usr/share/zsh')
if is_bundle:
install_bundle()
else: