##// 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 26 adding a
27 27 a
28 28 committed changeset 0:07f4944404050f47db2e5c5071e0e84e7a27bba9
29 $ hg mv a A
30 A: not overwriting - file exists
29
30 Case-changing renames should work:
31 31
32 'a' used to be removed under windows
33
34 $ test -f a || echo 'a is missing'
32 $ hg mv a A
33 $ hg mv A a
35 34 $ hg st
36 35 $ cd ..
37 36
General Comments 0
You need to be logged in to leave comments. Login now