Re: Modification time error

2014-12-31 Thread Wayne Davison
On Wed, Dec 31, 2014 at 2:34 AM, Ingo Brückl wrote: > /tmp was actually on a tmpfs and no idea why this happens Thanks for pointing that out. I couldn't reproduce the issue until I ran the tests on a tmpfs mount, and discovered that rsync is optimizing away a utimensat() call if it thinks that

Re: Modification time error

2014-12-31 Thread Ingo Brückl
/tmp was actually on a tmpfs and no idea why this happens, but it doesn't seem to be a rsync issue (though it's kinda scary). This "fixes" it: diff -Nur a/testsuite/compare-dest.test b/testsuite/compare-dest.test --- a/testsuite/compare-dest.test 2007-09-03 22:43:58.0 +0200 +++ b/tes

Modification time error

2014-12-30 Thread Ingo Brückl
I was struggling tracking down a strange behaviour and could reproduce it with the testsuite. After patching it with: --- a/testsuite/compare-dest.test 2007-09-03 22:43:58.0 +0200 +++ b/testsuite/compare-dest.test 2014-12-30 19:28:32.060267390 +0100 @@ -18,6 +18,7 @@ # Setup