%check: add a test to check lua is enabled

This commit is contained in:
Jens Petersen 2023-09-28 22:02:17 +08:00
parent 41b4b4efb4
commit d2c974d00a

View File

@ -722,6 +722,8 @@ touch %{buildroot}%{_datadir}/bash-completion/completions/%{name}
%check
# lua version crashing on ppc64le without patch
%{buildroot}%{_bindir}/pandoc -v
# make sure lua enabled
echo | /usr/bin/pandoc --lua-filter /dev/null
%post