diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2011-11-18 15:55:09 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-11-18 16:04:52 +0100 |
commit | f64812ca63d5dbcd8b255cc1102fcc321997eceb (patch) | |
tree | c94c54b068aac290f362acca86910e9b0f8f26e5 /tests/data | |
parent | 10ecdf5078f1f096c3b2d247ef08d35b8fa96f4a (diff) |
SFTP: support '*' prefix for quote operations
prefixing a command with '*' means it is allowed to fail without
aborting the chain actions
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index fdfa75547..581d46b86 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -53,8 +53,9 @@ 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 test700 test701 test702 \ -test703 test704 test705 test706 test707 test708 test709 test710 \ +test632 test633 test634 test635 test636 test637 test638 test639 \ +test700 test701 test702 test703 test704 test705 test706 test707 test708 \ +test709 test710 \ test800 test801 test802 \ test803 test804 test805 test806 test807 test808 test809 test810 test811 \ test812 test813 test814 \ |