tests/test-convert-git.t
changeset 41287 c0221d929eb9
parent 39707 5abc47d4ca6b
child 45656 366c547a8a57
--- a/tests/test-convert-git.t	Sun Jan 13 14:56:26 2019 +0900
+++ b/tests/test-convert-git.t	Wed Jan 16 21:32:15 2019 -0800
@@ -750,7 +750,7 @@
 test missing .gitmodules
 
   $ git submodule add ../git-repo4 >/dev/null 2>/dev/null
-  $ git checkout HEAD .gitmodules
+  $ git checkout HEAD -- .gitmodules
   $ git rm .gitmodules
   rm '.gitmodules'
   $ git commit -q -m "remove .gitmodules" .gitmodules