[ostree: 38/70] Fix local-pull test



commit 87298c84b81a76ad4858d9bb6d60d25cffa4e7c5
Author: Alexander Larsson <alexl redhat com>
Date:   Mon Apr 4 14:43:33 2016 +0200

    Fix local-pull test
    
    This was not being run for whatever reason. Also, the test
    count was wrong.
    
    Closes: #237
    Approved by: cgwalters

 Makefile-tests.am        |    2 +-
 tests/test-local-pull.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile-tests.am b/Makefile-tests.am
index b7ff268..4bf12ce 100644
--- a/Makefile-tests.am
+++ b/Makefile-tests.am
@@ -50,6 +50,7 @@ test_scripts = \
        tests/test-pull-summary-sigs.sh \
        tests/test-pull-resume.sh \
        tests/test-pull-untrusted.sh \
+       tests/test-local-pull.sh \
        tests/test-local-pull-depth.sh \
        tests/test-gpg-signed-commit.sh \
        tests/test-admin-upgrade-unconfigured.sh \
@@ -92,7 +93,6 @@ installed_test_data = tests/archive-test.sh \
        tests/admin-test.sh \
        tests/basic-test.sh \
        tests/test-basic-user.sh \
-       tests/test-local-pull.sh \
        tests/corrupt-repo-ref.js \
        tests/pre-endian-deltas-repo-big.tar.xz \
        tests/pre-endian-deltas-repo-little.tar.xz \
diff --git a/tests/test-local-pull.sh b/tests/test-local-pull.sh
index 50ecbcb..f158f96 100755
--- a/tests/test-local-pull.sh
+++ b/tests/test-local-pull.sh
@@ -23,7 +23,7 @@ set -euo pipefail
 
 skip_without_user_xattrs
 
-echo "1..1"
+echo "1..4"
 
 setup_test_repository "archive-z2"
 echo "ok setup"


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