This is a test, but it had a confusing name, so rename it to test-*.sh.
Updates: commit b8d0dd8e8d15219161dad9d029ece0b49fcbb565
---
python/Makefile.am | 4 ++--
.../{python-aio-connect-unix.sh => test-aio-connect-unix.sh} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/python/Makefile.am b/python/Makefile.am
index f51d40e16a..f1e701d03c 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -36,7 +36,7 @@ EXTRA_DIST = \
$(generator_built) \
nbdsh.py \
pycodestyle.sh \
- python-aio-connect-unix.sh \
+ test-aio-connect-unix.sh \
$(srcdir)/t/*.py \
$(NULL)
@@ -85,8 +85,8 @@ TESTS_ENVIRONMENT = \
$(NULL)
LOG_COMPILER = $(top_builddir)/run
TESTS += \
- python-aio-connect-unix.sh \
run-python-tests \
+ test-aio-connect-unix.sh \
$(NULL)
endif HAVE_NBDKIT
diff --git a/python/python-aio-connect-unix.sh b/python/test-aio-connect-unix.sh
similarity index 100%
rename from python/python-aio-connect-unix.sh
rename to python/test-aio-connect-unix.sh
--
2.37.0.rc2