summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile-tests.am2
-rwxr-xr-xtests/test-basic-user.sh3
2 files changed, 1 insertions, 4 deletions
diff --git a/Makefile-tests.am b/Makefile-tests.am
index 63ceea1e..f37c59da 100644
--- a/Makefile-tests.am
+++ b/Makefile-tests.am
@@ -45,6 +45,7 @@ dist_uninstalled_test_scripts = tests/test-symbols.sh
dist_test_scripts = \
tests/test-basic.sh \
+ tests/test-basic-user.sh \
tests/test-pull-subpath.sh \
tests/test-archivez.sh \
tests/test-remote-add.sh \
@@ -119,7 +120,6 @@ dist_installed_test_data = tests/archive-test.sh \
tests/pull-test.sh \
tests/admin-test.sh \
tests/basic-test.sh \
- tests/test-basic-user.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-basic-user.sh b/tests/test-basic-user.sh
index 42e6a864..3e11545e 100755
--- a/tests/test-basic-user.sh
+++ b/tests/test-basic-user.sh
@@ -23,9 +23,6 @@ set -euo pipefail
skip_without_user_xattrs
-echo "1..1"
-
setup_test_repository "bare-user"
-echo "ok setup"
. $(dirname $0)/basic-test.sh