##// END OF EJS Templates
tests: conditionalize Windows difference in test-dispatch.t...
Matt Harbison -
r41430:ed99c7b5 default
parent child Browse files
Show More
@@ -188,7 +188,8 b' OSError "No such file or directory" / "T'
188 specified" should include filename even when it is empty
188 specified" should include filename even when it is empty
189
189
190 $ hg -R a archive ''
190 $ hg -R a archive ''
191 abort: $ENOENT$: ''
191 abort: $ENOENT$: '' (no-windows !)
192 abort: $ENOTDIR$: '' (windows !)
192 [255]
193 [255]
193
194
194 #if no-outer-repo
195 #if no-outer-repo
General Comments 0
You need to be logged in to leave comments. Login now