##// END OF EJS Templates
test-hardlink: do not test .hg/cache/checklink...
Jun Wu -
r32295:b9135f19 default
parent child Browse files
Show More
@@ -214,13 +214,18 b' Create hardlinked copy r4 of r3 (on Linu'
214
214
215 $ linkcp r3 r4
215 $ linkcp r3 r4
216
216
217 'checklink' is produced by hardlinking a symlink, which is undefined whether
218 the symlink should be followed or not. It does behave differently on Linux and
219 BSD. Just remove it so the test pass on both platforms.
220
221 $ rm -f r4/.hg/cache/checklink
222
217 r4 has hardlinks in the working dir (not just inside .hg):
223 r4 has hardlinks in the working dir (not just inside .hg):
218
224
219 $ nlinksdir r4
225 $ nlinksdir r4
220 2 r4/.hg/00changelog.i
226 2 r4/.hg/00changelog.i
221 2 r4/.hg/branch
227 2 r4/.hg/branch
222 2 r4/.hg/cache/checkisexec (execbit !)
228 2 r4/.hg/cache/checkisexec (execbit !)
223 3 r4/.hg/cache/checklink (?)
224 ? r4/.hg/cache/checklink-target (glob) (symlink !)
229 ? r4/.hg/cache/checklink-target (glob) (symlink !)
225 2 r4/.hg/cache/checknoexec (execbit !)
230 2 r4/.hg/cache/checknoexec (execbit !)
226 2 r4/.hg/cache/branch2-base
231 2 r4/.hg/cache/branch2-base
General Comments 0
You need to be logged in to leave comments. Login now