Skip to content
Snippets Groups Projects
Commit fff8b779 authored by Matt Harbison's avatar Matt Harbison
Browse files

test-add.t: fix output difference between Windows and OS X (issue4603)

parent 61aea11f
No related branches found
No related tags found
No related merge requests found
......@@ -206,4 +206,6 @@
$ hg revert -r '.^' capsdir1/capsdir
reverting CapsDir1/CapsDir/SubDir/Def.txt (glob)
The conditional tests above mean the hash on the diff line differs on Windows
and OS X
$ hg diff capsdir1/capsdir
......@@ -209,5 +211,5 @@
$ hg diff capsdir1/capsdir
diff -r 5112e00e781d CapsDir1/CapsDir/SubDir/Def.txt
diff -r * CapsDir1/CapsDir/SubDir/Def.txt (glob)
--- a/CapsDir1/CapsDir/SubDir/Def.txt Thu Jan 01 00:00:00 1970 +0000
+++ b/CapsDir1/CapsDir/SubDir/Def.txt * +0000 (glob)
@@ -1,1 +1,1 @@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment