test-run: Split null update to its own test

tingping/wmclass
Alexander Larsson 2016-05-17 13:05:43 +02:00
parent f36a57b3b1
commit 294639ba2a
1 changed files with 3 additions and 2 deletions

View File

@ -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