mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
Explicitly install libfuse for appimage smoke test
This commit is contained in:
parent
65f9fe41fc
commit
486c273a4f
@ -22,6 +22,7 @@ done
|
|||||||
version=$(basename distribution/qpdf*AppImage | cut -d- -f 2)
|
version=$(basename distribution/qpdf*AppImage | cut -d- -f 2)
|
||||||
|
|
||||||
# Smoke test the AppImage
|
# Smoke test the AppImage
|
||||||
|
sudo apt-get install libfuse2
|
||||||
app_image=$(echo distribution/qpdf*AppImage)
|
app_image=$(echo distribution/qpdf*AppImage)
|
||||||
# Directly invoking the AppImage should behave like qpdf
|
# Directly invoking the AppImage should behave like qpdf
|
||||||
${app_image} --version | grep -E "^qpdf version $version"
|
${app_image} --version | grep -E "^qpdf version $version"
|
||||||
|
Loading…
Reference in New Issue
Block a user