##// END OF EJS Templates
test-convert-git: drop a git warning that doesn't occur on Windows...
Matt Harbison -
r26970:6d99cc89 default
parent child Browse files
Show More
@@ -533,8 +533,7 b' test missing .gitmodules'
533 533 $ git commit -q -m "remove .gitmodules" .gitmodules
534 534 $ git commit -q -m "missing .gitmodules"
535 535 $ cd ..
536 $ hg convert git-repo6 hg-repo6 --traceback
537 fatal: Path '.gitmodules' does not exist in '*' (glob)
536 $ hg convert git-repo6 hg-repo6 --traceback 2>&1 | grep -v "fatal: Path '.gitmodules' does not exist"
538 537 initializing destination hg-repo6 repository
539 538 scanning source...
540 539 sorting...
General Comments 0
You need to be logged in to leave comments. Login now