We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aac807 commit bceb450Copy full SHA for bceb450
tests/test-ab4-spiral.sh
@@ -10,7 +10,7 @@ else
10
fi
11
12
abspiral_from_sonames libQt5QuickParticles.so.5
13
-if [[ "${__ABSPIRAL_PROVIDES_SONAMES[*]}" = 'libqt5quickparticles5-gles libqt5quickparticles5 qtdeclarative5-dev' ]]; then
+if [[ "${__ABSPIRAL_PROVIDES_SONAMES[*]}" = 'libqt5quickparticles5 libqt5quickparticles5-gles qtdeclarative5-dev' ]]; then
14
echo "Spiral test passed."
15
else
16
echo "Inferred names: ${__ABSPIRAL_PROVIDES_SONAMES[*]}"
0 commit comments