]> sjero.net Git - wget/commitdiff
Tests: Add constraint on https for --https-only test.
authorYousong Zhou <yszhou4tech@gmail.com>
Wed, 19 Mar 2014 15:42:08 +0000 (23:42 +0800)
committerGiuseppe Scrivano <gscrivan@redhat.com>
Fri, 21 Mar 2014 10:21:10 +0000 (11:21 +0100)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
tests/ChangeLog
tests/Test--httpsonly-r.px

index f2e80e527b4a315652c009c920cb975820b6535e..c3baac3683266fd898379e6838c5353f7ff8ea69 100644 (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.
index 019df1aa5d78e546a7dae1b0a912e3f5704cca7b..66d156f746253eb315e78bb2a57f19d701f99064 100755 (executable)
@@ -3,6 +3,8 @@
 use strict;
 use warnings;
 
+use WgetFeature qw(https);
+
 use HTTPTest;