diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-01-28 00:23:48 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-01-28 00:24:47 +0100 |
commit | 28c830efd8cc71409423c545ff052ed8215ddb78 (patch) | |
tree | 3b2db63d38998efe680cc29544d84843cc94f59f | |
parent | 7ba5e8805324250ddf6202a9afed80a33da80bd5 (diff) |
test: add test 580 to the dist
-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 a46837044..2f4c4bcdc 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -69,7 +69,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \ test569 test570 test571 test572 test804 test805 test806 test807 test573 \ test313 test1115 test578 test579 test1116 test1200 test1201 test1202 \ test1203 test1117 test1118 test1119 test1120 test1300 test1301 test1302 \ - test1303 test320 test321 test322 test323 test324 test1121 test581 + test1303 test320 test321 test322 test323 test324 test1121 test581 test580 filecheck: @mkdir test-place; \ |