##// END OF EJS Templates
tests: remove case-folding false positive
Matt Mackall -
r16288:09f2bb3a stable
parent child Browse files
Show More
@@ -26,12 +26,11 b' test case collision on rename (issue750)'
26 adding a
26 adding a
27 a
27 a
28 committed changeset 0:07f4944404050f47db2e5c5071e0e84e7a27bba9
28 committed changeset 0:07f4944404050f47db2e5c5071e0e84e7a27bba9
29 $ hg mv a A
29
30 A: not overwriting - file exists
30 Case-changing renames should work:
31
31
32 'a' used to be removed under windows
32 $ hg mv a A
33
33 $ hg mv A a
34 $ test -f a || echo 'a is missing'
35 $ hg st
34 $ hg st
36 $ cd ..
35 $ cd ..
37
36
General Comments 0
You need to be logged in to leave comments. Login now