Following the same instructions on Mac OS X produced the following output. Not sure if this is an error or not, though, because I don't know what all the tests are doing...
creating url
make MAKE="make" check-TESTS
PASS: t_wordkey
PASS: t_wordlist
PASS: t_wordskip
PASS: t_wordbitstream
PASS: t_search
PASS: t_htdb
PASS: t_rdonly
PASS: t_trunc
../test/test_prepare: /Users/tedsr/htdig/test/./t_url: Permission denied
../test/test_prepare: exec: /Users/tedsr/htdig/test/./t_url: cannot execute: Undefined error: 0
FAIL: t_url
This is due to the fact that the execute permissions on the t_url script in the test directory are not being maintained. If you change the permissions on that file (e.g. chmod 754 t_url) all tests currently pass under OS X. I think something needs to be tweaked in CVS to correct this problem.
Jim
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ ht://Dig Developer mailing list: [EMAIL PROTECTED] List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-dev
