[ostree] tests: add new test for pull --disable-static-deltas



commit 4282ef65bf91122376f8e49c630a36a3f8a116b1
Author: Giuseppe Scrivano <gscrivan redhat com>
Date:   Tue May 12 10:57:03 2015 +0200

    tests: add new test for pull --disable-static-deltas
    
    Signed-off-by: Giuseppe Scrivano <gscrivan redhat com>

 tests/pull-test.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/tests/pull-test.sh b/tests/pull-test.sh
index 62dccf5..1b06dce 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]