Commit 654e3f11 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

require the netrc_debug feature the same way we now can require SSL

present client-side
parent 86689dc5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ case number.
A list of features that must be present in the client/library for this test
to be able to run. Features testable here are:
SSL
netrc_debug
</features>

<killserver>
+4 −1
Original line number Diff line number Diff line
@@ -18,7 +18,10 @@ dr-xr-xr-x 5 0 1 512 Oct 1 1997 usr

#
# Client-side
<client requires=netrc_debug>
<client>
<features>
netrc_debug
</features>
<server>
ftp
</server>
+4 −1
Original line number Diff line number Diff line
@@ -18,7 +18,10 @@ dr-xr-xr-x 5 0 1 512 Oct 1 1997 usr

#
# Client-side
<client requires=netrc_debug>
<client>
<features>
netrc_debug
</features>
<server>
ftp
</server>
+4 −1
Original line number Diff line number Diff line
@@ -18,7 +18,10 @@ dr-xr-xr-x 5 0 1 512 Oct 1 1997 usr

#
# Client-side
<client requires=netrc_debug>
<client>
<features>
netrc_debug
</features>
<server>
ftp
</server>
+4 −1
Original line number Diff line number Diff line
@@ -18,7 +18,10 @@ dr-xr-xr-x 5 0 1 512 Oct 1 1997 usr

#
# Client-side
<client requires=netrc_debug>
<client>
<features>
netrc_debug
</features>
<server>
ftp
</server>
Loading