From 564490c07e8e6814b3e3fc5882f8f2a3e6f0560c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 13 Apr 2017 08:32:00 -0400 Subject: [PATCH] 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. --- tests/test-bundle.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test-bundle.sh b/tests/test-bundle.sh index 581d8819..955be9f9 100755 --- a/tests/test-bundle.sh +++ b/tests/test-bundle.sh @@ -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