John Nagle writes: > > MIME-version: 1.0 > Content-type: multipart/mixed; boundary="Boundary_(ID_+1awH8yRco8bOZakQMkU9A)"
Please do not send MIME and/or HTML encrypted messages to the list. Plain text only, PLEASE! > This test should produce no other output than this line, and a final "OK". > FAIL: binfiles-6 You may want to read TESTS if you haven't already. > PASS: binfiles-5.5b1 > ** expected: > Checking in binfile; > /tmp/cvs-sanity/cvsroot/first-dir/binfile,v <-- binfile > new revision: 1\.2; previous revision: 1\.1 > done > ** got: > FAIL: binfiles-6 Looking at the test, that implies that CVS didn't realize that the file had changed and thus didn't do anything. You'll need to figure out why that is. Does QNX's filesystem have a 1 second granularity on file timestamps like Unix or a 2 second granularity like DOS? If the latter, then that is almost certainly the problem -- CVS assumes that a file cannot change without it's timestamp changing and assumes a one second delay is sufficient to ensure that. To work around the problem, you can add "sleep 1" commands to sanity.sh as required. -Larry Jones >From now on, I'm devoting myself to the cultivation of interpersonal relationships. -- Calvin _______________________________________________ Bug-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-cvs