Leo Famulari skribis: > On Thu, Aug 20, 2015, at 06:02, Ludovic Courtès wrote: [...] >> I suspect the ‘nlink’ count on directories work differently on btrfs, or >> something like that. [...] > %%%% Starting test nar (Writing full log to "nar.log") > > ;;; (stat-output "./test-nar-7151" 1) > tests/nar.scm:203: FAIL write-file + restore-file > > ;;; (stat-output "./test-nar-7151" 1) > tests/nar.scm:220: FAIL write-file + restore-file with symlinks Indeed, that confirms what I thought. This looks like buggy or at least borderline behavior from Btrfs. However, it seems that this ‘nlink’ test can be sidestepped altogether. Could you apply this last patch and run: make check TESTS=tests/nar.scm again? If it works for you, I’ll just apply it. Thanks! Ludo’.