diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-14 14:35:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-14 14:35:35 +0000 |
commit | d4cc810de3b9e3f1047c7c3c3004bbf01527d0cb (patch) | |
tree | 510a58d0cda06bef5cb0227c17c66a0b8e465860 /tests | |
parent | bea7bbee1b7959d4771fa548801918a49bba4910 (diff) | |
download | curl-d4cc810de3b9e3f1047c7c3c3004bbf01527d0cb.tar.gz |
added a missing \
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 3c1626425..0ed94935a 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -66,6 +66,6 @@ command33.txt extra33.txt name33.txt prot33.txt reply33.txt \ command34.txt prot34.txt reply340001.txt name34.txt reply34.txt \ command35.txt name35.txt prot35.txt reply35.txt \ command36.txt error36.txt name36.txt reply36.txt \ -command37.txt name37.txt prot37.txt reply37.txt +command37.txt name37.txt prot37.txt reply37.txt \ command38.txt prot38.txt reply380001.txt \ name38.txt reply38.txt |