diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-02-08 01:21:03 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-02-08 01:21:03 +0000 |
commit | ce1649564c3dc5efc0d8958f77d9cbc6fb2f742d (patch) | |
tree | bbfd8570ac0c67dd3800b04abcce91995b96ced8 /tests/data | |
parent | d76a74cc5e6256b7f6e396a12bf7be9ce2169cdc (diff) |
Added tests 1022 and 1023 to validate output of curl-config --version and
--vernum
Diffstat (limited to 'tests/data')
-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 7a976f9d3..826b557a6 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -48,7 +48,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \ test2000 test2001 test2002 test2003 test35 test544 test545 test2004 \ test546 test1013 test1014 test1015 test547 test548 test549 test550 \ test551 test552 test1016 test1017 test1018 test1019 test1020 test553 \ - test1021 + test1021 test1022 test1023 filecheck: @mkdir test-place; \ |