From 87298c84b81a76ad4858d9bb6d60d25cffa4e7c5 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 4 Apr 2016 14:43:33 +0200 Subject: [PATCH] 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 b7ff268d..4bf12ce8 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 50ecbcb7..f158f962 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"