##// END OF EJS Templates
test-casefolding: fix wrong case on hfs on linux...
Simon Heimberg -
r9396:5cd14e1e default
parent child Browse files
Show More
@@ -31,6 +31,9 b' hg ci -Am adda'
31 31 hg rm a
32 32 hg ci -Am removea
33 33 echo A > A
34 # on linux hfs keeps the old case stored, force it
35 mv a aa
36 mv aa A
34 37 hg ci -Am addA
35 38 # Used to fail under case insensitive fs
36 39 hg up -C 0
General Comments 0
You need to be logged in to leave comments. Login now