Explicitly install libfuse for appimage smoke test

This commit is contained in:
Jay Berkenbilt 2022-11-19 12:30:33 -05:00
parent 65f9fe41fc
commit 486c273a4f
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ done
version=$(basename distribution/qpdf*AppImage | cut -d- -f 2)
# Smoke test the AppImage
sudo apt-get install libfuse2
app_image=$(echo distribution/qpdf*AppImage)
# Directly invoking the AppImage should behave like qpdf
${app_image} --version | grep -E "^qpdf version $version"