tests/test-convert-git.t
changeset 25722 eb15c5be381c
parent 25721 5b9b70635423
child 25749 f2748cc43b2a
--- a/tests/test-convert-git.t	Wed Jul 01 20:53:12 2015 -0400
+++ b/tests/test-convert-git.t	Thu Jul 02 00:04:08 2015 -0400
@@ -463,7 +463,7 @@
   $ cat >> .gitmodules <<EOF
   > [submodule "git-repo5"]
   >   path = git-repo5
-  >   url = $TESTTMP/git-repo5
+  >   url = git-repo5
   > EOF
   $ git commit -q -a -m "weird white space submodule"
   $ cd ..