##// END OF EJS Templates
tests: handle differences between missing file error strings on Windows and Unix
Matt Harbison -
r23353:c2907334 default
parent child Browse files
Show More
@@ -81,8 +81,13 b' Status compared to parent of the working'
81 81 $ hg status -A --rev 1 'glob:missing_*_missing-tracked'
82 82 ! missing_content2_missing-tracked
83 83 ! missing_missing_missing-tracked
84 #if windows
85 $ hg status -A --rev 1 'glob:missing_missing_missing-untracked'
86 missing_missing_missing-untracked: The system cannot find the file specified
87 #else
84 88 $ hg status -A --rev 1 'glob:missing_missing_missing-untracked'
85 89 missing_missing_missing-untracked: No such file or directory
90 #endif
86 91
87 92 Status between first and second commit. Should ignore dirstate status.
88 93
General Comments 0
You need to be logged in to leave comments. Login now