]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test644: remove as duplicate of test 587
authorDaniel Stenberg <daniel@haxx.se>
Tue, 8 Jun 2021 12:01:04 +0000 (14:01 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 8 Jun 2021 14:07:56 +0000 (16:07 +0200)
Closes #7208

tests/data/Makefile.inc
tests/data/test644 [deleted file]
tests/libtest/Makefile.inc

index 6acd90c6b092393d5f187ec3b05fd90f67d6b182..5ee4d05b3c2ba19d0e0068ac44c5e06f3e5160cc 100644 (file)
@@ -87,7 +87,7 @@ test608 test609 test610 test611 test612 test613 test614 test615 test616 \
 test617 test618 test619 test620 test621 test622 test623 test624 test625 \
 test626 test627 test628 test629 test630 test631 test632 test633 test634 \
 test635 test636 test637 test638 test639 test640 test641 test642 \
-test643 test644 test645 test646 test647 test648 test649 test650 test651 \
+test643         test645 test646 test647 test648 test649 test650 test651 \
 test652 test653 test654 test655 test656 test658 test659 test660 test661 \
 test662 test663 test664 test665 test666 test667 test668 test669 \
 test670 test671 test672 test673 test674 test675 test676         test678 \
diff --git a/tests/data/test644 b/tests/data/test644
deleted file mode 100644 (file)
index 3a3b1c1..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-<testcase>
-<info>
-<keywords>
-HTTP
-HTTP POST
-HTTP MIME POST
-flaky
-</keywords>
-</info>
-
-#
-# Server-side
-<reply>
-<data>
-</data>
-</reply>
-
-# Client-side
-<client>
-<server>
-http
-</server>
-# tool is what to use instead of 'curl'
-<tool>
-lib%TESTNUMBER
-</tool>
-
- <name>
-HTTP multi-part formpost with aborted read callback
- </name>
- <command>
-http://%HOSTIP:%HTTPPORT/%TESTNUMBER
-</command>
-</client>
-
-#
-# Verify data after the test has been "shot"
-<verify>
-<strippart>
-s/^--------------------------[a-z0-9]*/------------------------------/
-s/boundary=------------------------[a-z0-9]*/boundary=----------------------------/
-</strippart>
-<protocol>
-POST /%TESTNUMBER HTTP/1.1\r
-Host: %HOSTIP:%HTTPPORT\r
-Accept: */*\r
-Content-Length: 640\r
-Content-Type: multipart/form-data; boundary=----------------------------\r
-\r
-------------------------------\r
-Content-Disposition: form-data; name="sendfile"; filename="postit2.c"\r
-\r
-
-</protocol>
-# CURLE_ABORTED_BY_CALLBACK (42)
-<errorcode>
-42
-</errorcode>
-</verify>
-</testcase>
index 9bf035e40425b3f134823dd0657962f2c8ed1a6b..60cd65320a7ef7b9a67d2b5dc3f2255afc356b0d 100644 (file)
@@ -46,7 +46,7 @@ noinst_PROGRAMS = chkhostname libauthretry libntlmconnect                \
  lib571 lib572 lib573 lib574 lib575 lib576        lib578 lib579 lib582   \
  lib583 lib584 lib585 lib586 lib587 lib589 lib590 lib591 lib597 lib598   \
  lib599 \
- lib643 lib644 lib645 lib650 lib651 lib652 lib653 lib654 lib655 lib658   \
+ lib643        lib645 lib650 lib651 lib652 lib653 lib654 lib655 lib658   \
  lib659 lib661 lib666 lib667 lib668 \
  lib670 lib671 lib672 lib673 lib674 lib676 lib678 \
  lib1156 \
@@ -339,9 +339,6 @@ lib599_CPPFLAGS = $(AM_CPPFLAGS)
 lib643_SOURCES = lib643.c $(SUPPORTFILES)
 lib643_CPPFLAGS = $(AM_CPPFLAGS)
 
-lib644_SOURCES = lib643.c $(SUPPORTFILES)
-lib644_CPPFLAGS = $(AM_CPPFLAGS) -DLIB644
-
 lib645_SOURCES = lib643.c $(SUPPORTFILES)
 lib645_CPPFLAGS = $(AM_CPPFLAGS) -DLIB645