From 4282ef65bf91122376f8e49c630a36a3f8a116b1 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 12 May 2015 10:57:03 +0200 Subject: [PATCH] tests: add new test for pull --disable-static-deltas Signed-off-by: Giuseppe Scrivano --- tests/pull-test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/pull-test.sh b/tests/pull-test.sh index 62dccf59..1b06dce7 100755 --- a/tests/pull-test.sh +++ b/tests/pull-test.sh @@ -96,6 +96,10 @@ cd ${test_tmpdir} ${CMD_PREFIX} ostree --repo=repo pull origin main ${CMD_PREFIX} ostree --repo=repo fsck +cd ${test_tmpdir} +${CMD_PREFIX} ostree --repo=repo pull --disable-static-deltas origin main +${CMD_PREFIX} ostree --repo=repo fsck + rm checkout-origin-main -rf $OSTREE checkout origin:main checkout-origin-main cd checkout-origin-main