mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04: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>
|
||||
|
||||
* Test--start-pos.px: Test --start-pos for HTTP downloads.
|
||||
|
@ -3,6 +3,8 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use WgetFeature qw(https);
|
||||
|
||||
use HTTPTest;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user