##// END OF EJS Templates
tests: stabilize the recent checkexec changes on Windows...
Matt Harbison -
r40710:25b7c4cb stable
parent child Browse files
Show More
@@ -88,9 +88,9 b' Non store repo:'
88 .hg/00manifest.i
88 .hg/00manifest.i
89 .hg/cache
89 .hg/cache
90 .hg/cache/branch2-served
90 .hg/cache/branch2-served
91 .hg/cache/checkisexec
91 .hg/cache/checkisexec (execbit !)
92 .hg/cache/checklink
92 .hg/cache/checklink (symlink !)
93 .hg/cache/checklink-target
93 .hg/cache/checklink-target (symlink !)
94 .hg/cache/manifestfulltextcache (reporevlogstore !)
94 .hg/cache/manifestfulltextcache (reporevlogstore !)
95 .hg/cache/rbc-names-v1
95 .hg/cache/rbc-names-v1
96 .hg/cache/rbc-revs-v1
96 .hg/cache/rbc-revs-v1
@@ -125,9 +125,9 b' Non fncache repo:'
125 .hg/00changelog.i
125 .hg/00changelog.i
126 .hg/cache
126 .hg/cache
127 .hg/cache/branch2-served
127 .hg/cache/branch2-served
128 .hg/cache/checkisexec
128 .hg/cache/checkisexec (execbit !)
129 .hg/cache/checklink
129 .hg/cache/checklink (symlink !)
130 .hg/cache/checklink-target
130 .hg/cache/checklink-target (symlink !)
131 .hg/cache/manifestfulltextcache (reporevlogstore !)
131 .hg/cache/manifestfulltextcache (reporevlogstore !)
132 .hg/cache/rbc-names-v1
132 .hg/cache/rbc-names-v1
133 .hg/cache/rbc-revs-v1
133 .hg/cache/rbc-revs-v1
@@ -28,15 +28,16 b" share shouldn't have a full cache dir, o"
28 default 0:d3873e73d99e
28 default 0:d3873e73d99e
29 $ hg tags
29 $ hg tags
30 tip 0:d3873e73d99e
30 tip 0:d3873e73d99e
31 $ ls -1 .hg/cache
31 $ ls -1 .hg/cache || true
32 checkisexec
32 ls: .hg/cache: $ENOENT$ (no-execbit no-symlink !)
33 checklink
33 checkisexec (execbit !)
34 checklink-target
34 checklink (symlink !)
35 checklink-target (symlink !)
35 $ ls -1 ../repo1/.hg/cache
36 $ ls -1 ../repo1/.hg/cache
36 branch2-served
37 branch2-served
37 checkisexec
38 checkisexec (execbit !)
38 checklink
39 checklink (symlink !)
39 checklink-target
40 checklink-target (symlink !)
40 manifestfulltextcache (reporevlogstore !)
41 manifestfulltextcache (reporevlogstore !)
41 rbc-names-v1
42 rbc-names-v1
42 rbc-revs-v1
43 rbc-revs-v1
General Comments 0
You need to be logged in to leave comments. Login now