Loading CHANGES +4 −0 Original line number Original line Diff line number Diff line Loading @@ -6,6 +6,10 @@ Changelog Changelog Daniel Fandrich (18 Mar 2008) - Added test 626 to reproduce an infinite loop when given an invalid SFTP quote command reported by Vincent Le Normand, but left it disabled. Michal Marek (18 Mar 2008) Michal Marek (18 Mar 2008) - Added curl_easy_getinfo typechecker. - Added curl_easy_getinfo typechecker. Loading tests/data/DISABLED +1 −0 Original line number Original line Diff line number Diff line Loading @@ -4,3 +4,4 @@ # per line. # per line. # Lines starting with '#' letters are treated as comments. # Lines starting with '#' letters are treated as comments. 617 617 626 tests/data/Makefile.am +1 −1 Original line number Original line Diff line number Diff line Loading @@ -49,7 +49,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \ test546 test1013 test1014 test1015 test547 test548 test549 test550 \ test546 test1013 test1014 test1015 test547 test548 test549 test550 \ test551 test552 test1016 test1017 test1018 test1019 test1020 test553 \ test551 test552 test1016 test1017 test1018 test1019 test1020 test553 \ test1021 test1022 test1023 test309 test616 test617 test618 test619 \ test1021 test1022 test1023 test309 test616 test617 test618 test619 \ test620 test621 test622 test623 test624 test625 test620 test621 test622 test623 test624 test625 test626 filecheck: filecheck: @mkdir test-place; \ @mkdir test-place; \ Loading tests/data/test626 0 → 100644 +42 −0 Original line number Original line Diff line number Diff line <testcase> <info> <keywords> SFTP pre-quote FAILURE </keywords> </info> # # Server-side <reply> </reply> # # Client-side <client> <server> sftp </server> <name> SFTP invalid quote command </name> <command> --key curl_client_key --pubkey curl_client_key.pub -u %USER: -Q "invalid-command foo bar" sftp://%HOSTIP:%SSHPORT%PWD/log/file626.txt </command> <file name="log/file626.txt"> Test file for rename test </file> </client> # # Verify data after the test has been "shot" <verify> <file name="log/file626-renamed.txt"> Test file for rename test </file> <valgrind> disable </valgrind> </verify> </testcase> Loading
CHANGES +4 −0 Original line number Original line Diff line number Diff line Loading @@ -6,6 +6,10 @@ Changelog Changelog Daniel Fandrich (18 Mar 2008) - Added test 626 to reproduce an infinite loop when given an invalid SFTP quote command reported by Vincent Le Normand, but left it disabled. Michal Marek (18 Mar 2008) Michal Marek (18 Mar 2008) - Added curl_easy_getinfo typechecker. - Added curl_easy_getinfo typechecker. Loading
tests/data/DISABLED +1 −0 Original line number Original line Diff line number Diff line Loading @@ -4,3 +4,4 @@ # per line. # per line. # Lines starting with '#' letters are treated as comments. # Lines starting with '#' letters are treated as comments. 617 617 626
tests/data/Makefile.am +1 −1 Original line number Original line Diff line number Diff line Loading @@ -49,7 +49,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \ test546 test1013 test1014 test1015 test547 test548 test549 test550 \ test546 test1013 test1014 test1015 test547 test548 test549 test550 \ test551 test552 test1016 test1017 test1018 test1019 test1020 test553 \ test551 test552 test1016 test1017 test1018 test1019 test1020 test553 \ test1021 test1022 test1023 test309 test616 test617 test618 test619 \ test1021 test1022 test1023 test309 test616 test617 test618 test619 \ test620 test621 test622 test623 test624 test625 test620 test621 test622 test623 test624 test625 test626 filecheck: filecheck: @mkdir test-place; \ @mkdir test-place; \ Loading
tests/data/test626 0 → 100644 +42 −0 Original line number Original line Diff line number Diff line <testcase> <info> <keywords> SFTP pre-quote FAILURE </keywords> </info> # # Server-side <reply> </reply> # # Client-side <client> <server> sftp </server> <name> SFTP invalid quote command </name> <command> --key curl_client_key --pubkey curl_client_key.pub -u %USER: -Q "invalid-command foo bar" sftp://%HOSTIP:%SSHPORT%PWD/log/file626.txt </command> <file name="log/file626.txt"> Test file for rename test </file> </client> # # Verify data after the test has been "shot" <verify> <file name="log/file626-renamed.txt"> Test file for rename test </file> <valgrind> disable </valgrind> </verify> </testcase>