From 294639ba2af53ee66baa98dbfdf058500e19ed3f Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 17 May 2016 13:05:43 +0200 Subject: test-run: Split null update to its own test --- tests/test-run.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/test-run.sh b/tests/test-run.sh index 00a2769..a0af7c8 100755 --- a/tests/test-run.sh +++ b/tests/test-run.sh @@ -21,7 +21,7 @@ set -euo pipefail . $(dirname $0)/libtest.sh -echo "1..6" +echo "1..7" setup_repo install_repo @@ -102,13 +102,14 @@ fi echo "ok overrides" - OLD_COMMIT=`${FLATPAK} ${U} info --show-commit org.test.Hello` ${FLATPAK} ${U} update org.test.Hello ALSO_OLD_COMMIT=`${FLATPAK} ${U} info --show-commit org.test.Hello` assert_streq "$OLD_COMMIT" "$ALSO_OLD_COMMIT" +echo "ok null update" + make_updated_app ${FLATPAK} ${U} update org.test.Hello -- cgit v1.2.1