Stop the title from changing

2008-04-04 Thread My Name?
Hello, I was wondering if there was a way to prevent the title changing... wget is currently nested in another script, and would probally confuse the user as to why the title says wget file location is it possible to retain its former title? (at the top of the script is title my title and i would

About Automated Unit Test for Wget

2008-04-04 Thread Yoshihiro Tanaka
Hello, I want to ask about Unit test of Wget in the future. I want to ask about unit test. Now unit test of Wget is written only for following .c files. -- http.c init.c main.c res.c url.c utils.c (test.c) So as written in Wiki, new unit test suite is necessary. (ref.

Re: Stop the title from changing

2008-04-04 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 My Name? wrote: Hello, I was wondering if there was a way to prevent the title changing... wget is currently nested in another script, and would probally confuse the user as to why the title says wget file location is it possible to retain its

Re: Stop the title from changing

2008-04-04 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Micah Cowan wrote: My Name? wrote: Hello, I was wondering if there was a way to prevent the title changing... wget is currently nested in another script, and would probally confuse the user as to why the title says wget file location is it

Re: About Automated Unit Test for Wget

2008-04-04 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yoshihiro Tanaka wrote: Hello, I want to ask about Unit test of Wget in the future. I want to ask about unit test. Now unit test of Wget is written only for following .c files. -- http.c init.c main.c res.c url.c utils.c (test.c) So as

Re: [GSoC] Testing for Wget

2008-04-04 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [ I've Cc'd the list to invite comment on the idea of overriding Berkeley Sockets and I/O functions for testing. ] Yoshihiro Tanaka wrote: Actually, the .px test files already spawn HTTP and/or FTP servers to do their testing. Part of the

Re: wget 1.11.1 make test fails

2008-04-04 Thread Hrvoje Niksic
Alain Guibert [EMAIL PROTECTED] writes: On Wednesday, April 2, 2008 at 23:09:52 +0200, Hrvoje Niksic wrote: Micah Cowan [EMAIL PROTECTED] writes: It's hard for me to imagine an fnmatch that ignores FNM_PATHNAME The libc 5.4.33 fnmatch() supports FNM_PATHNAME, and there is code apparently

Re: wget 1.11.1 make test fails

2008-04-04 Thread Hrvoje Niksic
Alain Guibert [EMAIL PROTECTED] writes: Maybe you could put a breakpoint in fnmatch and see what goes wrong? The for loop intended to eat several characters from the string also advances the pattern pointer. This one reaches the end of the pattern, and points to a NUL. It is not a '*'

Re: Stop the title from changing

2008-04-04 Thread Hrvoje Niksic
Micah Cowan [EMAIL PROTECTED] writes: My Name? wrote: Hello, I was wondering if there was a way to prevent the title changing... wget is currently nested in another script, and would probally confuse the user as to why the title says wget file location is it possible to retain its former

Re: Problem with wget 1.11. Please help

2008-04-04 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Amit Patel wrote: Ya. I have checked it properly. It checks certificates. If i don't specify /etc/ca-bundle.crt with my working version of 1.10.2, it provides Self-signed certificate encountered error and fails. Er, I'm not sure, but I think I

Re: wget 1.11.1 make test fails

2008-04-04 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hrvoje Niksic wrote: Alain Guibert [EMAIL PROTECTED] writes: Maybe you could put a breakpoint in fnmatch and see what goes wrong? The for loop intended to eat several characters from the string also advances the pattern pointer. This one reaches

Re: wget 1.11.1 make test fails

2008-04-04 Thread Alain Guibert
On Thursday, April 3, 2008 at 22:37:41 +0200, Hrvoje Niksic wrote: Or it could be that you're picking up a different fnmatch.h that sets up a different value for FNM_PATHNAME. Do you have more than one fnmatch.h installed on your system? I have only /usr/include/fnmatch.h installed,

Re: wget 1.11.1 make test fails

2008-04-04 Thread Alain Guibert
On Thursday, April 3, 2008 at 9:14:52 -0700, Micah Cowan wrote: Are you certain you rebuilt cmpt.o? This seems pretty unlikely, to me. Certain: make test after touching src/sysdep.h rebuilds both cmpt.o, the normal in src/ and the one in tests/. And both those cmpt.o become 784 bytes bigger