diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-05-21 13:31:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-05-21 13:31:49 +0000 |
commit | 9f24645a5bcfbb32d22ef41a025a28f7f51ebd11 (patch) | |
tree | 84c88caf9f7f966d5cd9f764211e304a6794495b /tests/data | |
parent | 441a957d572bcf3db8c7e59d5e94725b21b454c7 (diff) |
Added test case 400, the first ftps:// one
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 0eb85eb86..5c98aecde 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -71,4 +71,6 @@ 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 \ -command300.txt name300.txt prot300.txt +command300.txt name300.txt prot300.txt \ +command400.txt name400.txt prot400.txt reply400.txt + |