Skip to content

Commit bceb450

Browse files
xtexxMingcongBai
authored andcommitted
tests: fix spiral test result
1 parent 5aac807 commit bceb450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-ab4-spiral.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ else
1010
fi
1111

1212
abspiral_from_sonames libQt5QuickParticles.so.5
13-
if [[ "${__ABSPIRAL_PROVIDES_SONAMES[*]}" = 'libqt5quickparticles5-gles libqt5quickparticles5 qtdeclarative5-dev' ]]; then
13+
if [[ "${__ABSPIRAL_PROVIDES_SONAMES[*]}" = 'libqt5quickparticles5 libqt5quickparticles5-gles qtdeclarative5-dev' ]]; then
1414
echo "Spiral test passed."
1515
else
1616
echo "Inferred names: ${__ABSPIRAL_PROVIDES_SONAMES[*]}"

0 commit comments

Comments
 (0)