Fix the testsuite

Some tests were using flatpak info --runtime, which no
longer exists. Removing the option doesn't do any harm,
and the test passes again.
tingping/wmclass
Matthias Clasen 2017-04-13 08:32:00 -04:00 committed by Alexander Larsson
parent 77cec62f51
commit 564490c07e
1 changed files with 3 additions and 3 deletions

View File

@ -108,9 +108,9 @@ $FLATPAK list ${U} --runtime | grep org.test.Platform > /dev/null
$FLATPAK list ${U} -d --runtime | grep org.test.Platform | grep org.test.Platform-origin > /dev/null
$FLATPAK list ${U} -d --runtime | grep org.test.Platform | grep ${ID:0:12} > /dev/null
$FLATPAK info ${U} --runtime org.test.Platform > /dev/null
$FLATPAK info ${U} --runtime org.test.Platform | grep org.test.Platform-origin > /dev/null
$FLATPAK info ${U} --runtime org.test.Platform | grep $ID > /dev/null
$FLATPAK info ${U} org.test.Platform > /dev/null
$FLATPAK info ${U} org.test.Platform | grep org.test.Platform-origin > /dev/null
$FLATPAK info ${U} org.test.Platform | grep $ID > /dev/null
$FLATPAK remote-list ${U} -d | grep org.test.Platform-origin > /dev/null
$FLATPAK remote-list ${U} -d | grep org.test.Platform-origin | grep no-enumerate > /dev/null