Bug 7667 - "devices" regression test fails on x86_64-apple-darwin10
Summary: "devices" regression test fails on x86_64-apple-darwin10
Status: RESOLVED FIXED
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.1.0
Hardware: Other Mac OS X
: P3 normal (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-07 07:22 UTC by İsmail Dönmez
Modified: 2011-02-22 09:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description İsmail Dönmez 2010-09-07 07:22:48 UTC
Here is the make test output;


--- /Users/cartman/Sources/rsync/testtmp/devices/rsync.chk	2010-09-07 15:17:06.000000000 +0300
+++ /Users/cartman/Sources/rsync/testtmp/devices/rsync.out	2010-09-07 15:17:06.000000000 +0300
@@ -1,6 +1,7 @@
 .d..t...... ./
 cDc.t...... block
 cDc........ block2
+cD+++++++++ block3
 cD+++++++++ char
 cD+++++++++ char2
 cD+++++++++ char3
test 4 failed
----- devices log ends
Comment 1 Wayne Davison 2011-02-22 09:40:28 UTC
This affected any OS that can't hard-link devices -- the code that tried to fix up the check file wasn't working right.

I've just checked in a fix for this.