Hi,
I just compiled cvs-1.10 successfully on a 
DEC Alpha DIGITAL UNIX V4.0f system.

I tried the regression tests with "make check". The check failed 2
times:
1) I didn't notice, that the check shouldn't be started as root;
   An error message in src/sanity.sh is commented out 
   -> running as user solved the problem

2) the admin-12a test and some similar tests check for correct date with
   
date
[0-9][0-9]\.[0-9][0-9]\.[0-9][0-9]\.[0-9][0-9]\.[0-9][0-9]\.[0-9][0-9];

but the system answers 2000.09.19 (4 digit year)
                       ^^^^
->> I corrected all date checks to

date [0-9][0-9][0-9][0-9]\.[0-9][0-9]\. ...
     ^^^^^^^^^^

Now everything works! The test succeds.

Maybe someone is interested in correcting src/sanity.sh

Bye,
Achim
_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to