1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
Remove debug code from tests (since they'd require USE=debug)
http://bugs.gentoo.org/286173
http://bugs.gentoo.org/288156
diff -r f5754f5d165c -r 3aa1d93d1c10 tests/Test-idn-cmd.px
--- a/tests/Test-idn-cmd.px Fri Sep 25 10:17:49 2009 -0700
+++ b/tests/Test-idn-cmd.px Sun Sep 27 11:29:01 2009 -0700
@@ -28,7 +28,7 @@
},
);
-my $cmdline = $WgetTest::WGETPATH . " --debug --iri -rH"
+my $cmdline = $WgetTest::WGETPATH . " --iri -rH"
. " -e http_proxy=localhost:{{port}} --local-encoding=EUC-JP $euc_jp_hostname";
my $expected_error_code = 0;
diff -r f5754f5d165c -r 3aa1d93d1c10 tests/Test-idn-headers.px
--- a/tests/Test-idn-headers.px Fri Sep 25 10:17:49 2009 -0700
+++ b/tests/Test-idn-headers.px Sun Sep 27 11:29:01 2009 -0700
@@ -40,7 +40,7 @@
},
);
-my $cmdline = $WgetTest::WGETPATH . " --debug --iri -rH"
+my $cmdline = $WgetTest::WGETPATH . " --iri -rH"
. " -e http_proxy=localhost:{{port}} http://start-here.com/start.html";
my $expected_error_code = 0;
diff -r f5754f5d165c -r 3aa1d93d1c10 tests/Test-idn-meta.px
--- a/tests/Test-idn-meta.px Fri Sep 25 10:17:49 2009 -0700
+++ b/tests/Test-idn-meta.px Sun Sep 27 11:29:01 2009 -0700
@@ -41,7 +41,7 @@
},
);
-my $cmdline = $WgetTest::WGETPATH . " --debug --iri -rH"
+my $cmdline = $WgetTest::WGETPATH . " --iri -rH"
. " -e http_proxy=localhost:{{port}} http://start-here.com/start.html";
my $expected_error_code = 0;
diff -r f5754f5d165c -r 3aa1d93d1c10 tests/Test-idn-robots.px
--- a/tests/Test-idn-robots.px Fri Sep 25 10:17:49 2009 -0700
+++ b/tests/Test-idn-robots.px Sun Sep 27 11:29:01 2009 -0700
@@ -48,7 +48,7 @@
},
);
-my $cmdline = $WgetTest::WGETPATH . " --debug --iri -rH"
+my $cmdline = $WgetTest::WGETPATH . " --iri -rH"
. " -e http_proxy=localhost:{{port}} --local-encoding=EUC-JP"
. " http://$euc_jp_hostname/";
diff -r f5754f5d165c -r 3aa1d93d1c10 tests/Test-proxy-auth-basic.px
--- a/tests/Test-proxy-auth-basic.px Fri Sep 25 10:17:49 2009 -0700
+++ b/tests/Test-proxy-auth-basic.px Sun Sep 27 11:29:01 2009 -0700
@@ -25,7 +25,7 @@
},
);
-my $cmdline = $WgetTest::WGETPATH . " --debug --user=fiddle-dee-dee --password=Dodgson"
+my $cmdline = $WgetTest::WGETPATH . " --user=fiddle-dee-dee --password=Dodgson"
. " -e http_proxy=localhost:{{port}} http://no.such.domain/needs-auth.txt";
my $expected_error_code = 0;
diff -r ee7b9018a483 tests/Test-E-k-K.px
--- a/tests/Test-E-k-K.px Fri Oct 09 02:23:26 2009 -0700
+++ b/tests/Test-E-k-K.px Tue Oct 13 21:18:51 2009 -0400
@@ -61,7 +61,7 @@
},
);
-my $cmdline = $WgetTest::WGETPATH . " -d -r -nd -E -k -K http://localhost:{{port}}/index.php";
+my $cmdline = $WgetTest::WGETPATH . " -r -nd -E -k -K http://localhost:{{port}}/index.php";
my $expected_error_code = 0;
diff -r ee7b9018a483 tests/Test-cookies-401.px
--- a/tests/Test-cookies-401.px Fri Oct 09 02:23:26 2009 -0700
+++ b/tests/Test-cookies-401.px Tue Oct 13 21:18:51 2009 -0400
@@ -29,7 +29,7 @@
},
);
-my $cmdline = $WgetTest::WGETPATH . " -d http://localhost:{{port}}/one.txt"
+my $cmdline = $WgetTest::WGETPATH . " http://localhost:{{port}}/one.txt"
. " http://localhost:{{port}}/two.txt";
my $expected_error_code = 6;
diff -r ee7b9018a483 tests/Test-ftp-bad-list.px
--- a/tests/Test-ftp-bad-list.px Fri Oct 09 02:23:26 2009 -0700
+++ b/tests/Test-ftp-bad-list.px Tue Oct 13 21:18:51 2009 -0400
@@ -29,7 +29,7 @@
},
);
-my $cmdline = $WgetTest::WGETPATH . " -d -nH -Nc -r ftp://localhost:{{port}}/";
+my $cmdline = $WgetTest::WGETPATH . " -nH -Nc -r ftp://localhost:{{port}}/";
my $expected_error_code = 0;
diff -r ee7b9018a483 tests/Test-iri-list.px
--- a/tests/Test-iri-list.px Fri Oct 09 02:23:26 2009 -0700
+++ b/tests/Test-iri-list.px Tue Oct 13 21:18:51 2009 -0400
@@ -143,7 +143,7 @@
},
);
-my $cmdline = $WgetTest::WGETPATH . " --iri -d -i http://localhost:{{port}}/url_list.txt";
+my $cmdline = $WgetTest::WGETPATH . " --iri -i http://localhost:{{port}}/url_list.txt";
my $expected_error_code = 0;
diff -r ee7b9018a483 tests/Test-iri.px
--- a/tests/Test-iri.px Fri Oct 09 02:23:26 2009 -0700
+++ b/tests/Test-iri.px Tue Oct 13 21:18:51 2009 -0400
@@ -186,7 +186,7 @@
},
);
-my $cmdline = $WgetTest::WGETPATH . " -d --iri --restrict-file-names=nocontrol -nH -r http://localhost:{{port}}/";
+my $cmdline = $WgetTest::WGETPATH . " --iri --restrict-file-names=nocontrol -nH -r http://localhost:{{port}}/";
my $expected_error_code = 0;
|