Fix local-pull test

This was not being run for whatever reason. Also, the test
count was wrong.

Closes: #237
Approved by: cgwalters
This commit is contained in:
Alexander Larsson 2016-04-04 14:43:33 +02:00 committed by Colin Walters (automation)
parent eabb4e3545
commit 87298c84b8
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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"