summaryrefslogtreecommitdiff
path: root/tests/pull-test.sh
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2019-02-10 20:54:05 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2019-02-11 13:26:32 +0000
commit1ec4945c2d6b410c6fea460e2121d1f7da80a9f2 (patch)
tree5870f7c02e3a57a560dc4c026b5840d455025793 /tests/pull-test.sh
parentf7a0ec9bf7808b1ca67ad386b24d8d58c424eb99 (diff)
downloadostree-1ec4945c2d6b410c6fea460e2121d1f7da80a9f2.tar.gz
tests: Update for glib 2.59.2
glib 2.59.2 uses a non-breaking space instead of a space to separate the quantity and unit in g_format_size() so update our test to handle both a plain space and a non-breaking space. See https://gitlab.gnome.org/GNOME/glib/issues/1625 Closes: #1818 Approved by: cgwalters
Diffstat (limited to 'tests/pull-test.sh')
-rw-r--r--tests/pull-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pull-test.sh b/tests/pull-test.sh
index 0b3fa0c9..9d51b151 100644
--- a/tests/pull-test.sh
+++ b/tests/pull-test.sh
@@ -368,7 +368,7 @@ repo_init --no-gpg-verify
${CMD_PREFIX} ostree --repo=repo pull origin main@${prev_rev}
${CMD_PREFIX} ostree --repo=repo pull --dry-run --require-static-deltas origin ${delta_target} >dry-run-pull.txt
# Compression can vary, so we support 400-699
-delta_dry_run_regexp='Delta update: 0/1 parts, 0 bytes/[456][0-9][0-9] bytes, 455 bytes total uncompressed'
+delta_dry_run_regexp='Delta update: 0/1 parts, 0[  ]bytes/[456][0-9][0-9][  ]bytes, 455[  ]bytes total uncompressed'
assert_file_has_content dry-run-pull.txt "${delta_dry_run_regexp}"
rev=$(${CMD_PREFIX} ostree --repo=repo rev-parse origin:main)
assert_streq "${prev_rev}" "${rev}"