diff options
Diffstat (limited to 'community/zathura/test.sh')
-rwxr-xr-x | community/zathura/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/zathura/test.sh b/community/zathura/test.sh index 24f9a78afa..b37dc50a9c 100755 --- a/community/zathura/test.sh +++ b/community/zathura/test.sh @@ -3,7 +3,7 @@ Xvfb :4242 & PID=$! export DISPLAY=:4242 -if make test; then +if ninja -C build meson-test; then kill $PID return 0 else |