##// END OF EJS Templates
test-add.t: fix output difference between Windows and OS X (issue4603)
Matt Harbison -
r24807:fff8b779 stable
parent child Browse files
Show More
@@ -206,8 +206,10 b" Test that adding a directory doesn't req"
206 206 $ hg revert -r '.^' capsdir1/capsdir
207 207 reverting CapsDir1/CapsDir/SubDir/Def.txt (glob)
208 208
209 The conditional tests above mean the hash on the diff line differs on Windows
210 and OS X
209 211 $ hg diff capsdir1/capsdir
210 diff -r 5112e00e781d CapsDir1/CapsDir/SubDir/Def.txt
212 diff -r * CapsDir1/CapsDir/SubDir/Def.txt (glob)
211 213 --- a/CapsDir1/CapsDir/SubDir/Def.txt Thu Jan 01 00:00:00 1970 +0000
212 214 +++ b/CapsDir1/CapsDir/SubDir/Def.txt * +0000 (glob)
213 215 @@ -1,1 +1,1 @@
General Comments 0
You need to be logged in to leave comments. Login now