Tests: Add constraint on https for --https-only test.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
Yousong Zhou 2014-03-19 23:42:08 +08:00 committed by Giuseppe Scrivano
parent c9bc854938
commit d7ea21b2e7
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -3,6 +3,8 @@
use strict;
use warnings;
use WgetFeature qw(https);
use HTTPTest;