diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-05-14 12:25:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-05-14 12:25:04 +0000 |
commit | f85c29aad81d686dc490923cafd9a59f03b06aab (patch) | |
tree | 01c0ffe1e40428c740b0313e0ee545158ff2a226 | |
parent | 4677f733b21e9eba225674d2e8c4a2ad606d467a (diff) |
Added the first https test: 300
-rw-r--r-- | tests/data/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 6b6a1b1ff..0eb85eb86 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -70,4 +70,5 @@ command37.txt name37.txt prot37.txt reply37.txt stunnel.pem \ command38.txt prot38.txt reply380001.txt name38.txt reply38.txt \ command39.txt prot39.txt reply390001.txt name39.txt reply39.txt \ reply390002.txt command122.txt reply122.txt name123.txt name122.txt \ -reply1220001.txt prot123.txt prot122.txt command123.txt reply123.txt +reply1220001.txt prot123.txt prot122.txt command123.txt reply123.txt \ +command300.txt name300.txt prot300.txt |