diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2014-03-13 03:22:02 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2014-03-14 23:38:00 +0100 |
commit | 61591eee68b4820442feeacfb7670fd091b441b1 (patch) | |
tree | 1721c4d44f4893844a874887cc1df497f9608762 /tests/data/Makefile.am | |
parent | 596800378d05e62f50043ef01d3b42c0016773a4 (diff) | |
download | curl-61591eee68b4820442feeacfb7670fd091b441b1.tar.gz |
test640/1: add tests for --head with sftp and scp
This option is currently rather useless with these protocols
when no quote command is given, but it is valid.
Diffstat (limited to 'tests/data/Makefile.am')
-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 53e8327fa..9251d9be2 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -58,7 +58,7 @@ test599 test600 test601 test602 test603 test604 test605 test606 test607 \ test608 test609 test610 test611 test612 test613 test614 test615 test616 \ test617 test618 test619 test620 test621 test622 test623 test624 test625 \ test626 test627 test628 test629 test630 test631 test632 test633 test634 \ -test635 test636 test637 test638 test639 \ +test635 test636 test637 test638 test639 test640 test641 \ \ test700 test701 test702 test703 test704 test705 test706 test707 test708 \ test709 test710 test711 test712 \ |