mirror of
https://github.com/mirror/wget.git
synced 2025-02-10 20:01:19 +08:00
Tests: Add constraint on https for --https-only test.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
parent
c9bc854938
commit
d7ea21b2e7
@ -1,3 +1,7 @@
|
|||||||
|
2014-02-24 Yousong Zhou <yszhou4tech@gmail.com> (tiny change)
|
||||||
|
|
||||||
|
* tests/Test--httpsonly-r.px: Add feature constraint on https.
|
||||||
|
|
||||||
2014-02-13 Yousong Zhou <yszhou4tech@gmail.com>
|
2014-02-13 Yousong Zhou <yszhou4tech@gmail.com>
|
||||||
|
|
||||||
* Test--start-pos.px: Test --start-pos for HTTP downloads.
|
* Test--start-pos.px: Test --start-pos for HTTP downloads.
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
|
use WgetFeature qw(https);
|
||||||
|
|
||||||
use HTTPTest;
|
use HTTPTest;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user