comparison tests/test-dirstate-race.t @ 32678:bcb6684d144b

tests: adjust recent output changes for Windows
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 04 Jun 2017 20:11:59 -0400
parents c850f0ed54c1
children 627eaab1ad07
comparison
equal deleted inserted replaced
32677:f840b2621cce 32678:bcb6684d144b
43 confused with a file with the exec bit set 43 confused with a file with the exec bit set
44 $ chmod +x e 44 $ chmod +x e
45 #endif 45 #endif
46 46
47 $ hg add b dir1 d e 47 $ hg add b dir1 d e
48 adding dir1/c 48 adding dir1/c (glob)
49 $ hg commit -m test2 49 $ hg commit -m test2
50 50
51 $ cat >> $TESTTMP/dirstaterace.py << EOF 51 $ cat >> $TESTTMP/dirstaterace.py << EOF
52 > from mercurial import ( 52 > from mercurial import (
53 > context, 53 > context,