>From e116595d66710c47dbee156de3cef4c6b2733fb1 Mon Sep 17 00:00:00 2001 From: "Dale R. Worley" Date: Tue, 23 Aug 2016 18:05:11 -0400 Subject: [PATCH 2/4] Sort test names into order. --- testenv/Makefile.am | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/testenv/Makefile.am b/testenv/Makefile.am index 33ce61b..faf86a9 100644 --- a/testenv/Makefile.am +++ b/testenv/Makefile.am @@ -42,7 +42,8 @@ if WITH_SSL endif if HAVE_PYTHON3 - TESTS = Test-auth-basic-fail.py \ + TESTS = Test-504.py \ + Test-auth-basic-fail.py \ Test-auth-basic.py \ Test-auth-both.py \ Test-auth-digest.py \ @@ -51,6 +52,7 @@ if HAVE_PYTHON3 Test-auth-retcode.py \ Test-auth-with-content-disposition.py \ Test-c-full.py \ + Test-condget.py \ Test-Content-disposition-2.py \ Test-Content-disposition.py \ Test--convert-links--content-on-error.py \ @@ -59,24 +61,22 @@ if HAVE_PYTHON3 Test-cookie-expires.py \ Test-cookie.py \ Test-Head.py \ + Test-hsts.py \ Test--https.py \ Test--https-crl.py \ Test-missing-scheme-retval.py \ + Test-O.py \ Test-pinnedpubkey-der-https.py \ Test-pinnedpubkey-der-no-check-https.py \ Test-pinnedpubkey-hash-https.py \ Test-pinnedpubkey-hash-no-check-fail-https.py \ Test-pinnedpubkey-pem-fail-https.py \ Test-pinnedpubkey-pem-https.py \ - Test-hsts.py \ - Test-O.py \ Test-Post.py \ - Test-504.py \ - Test--spider-r.py \ - Test--rejected-log.py \ Test-redirect-crash.py \ + Test--rejected-log.py \ Test-reserved-chars.py \ - Test-condget.py \ + Test--spider-r.py \ $(METALINK_TESTS) endif -- 2.10.0.rc0.17.gd63263a