##// END OF EJS Templates
test-convert-git: use a relative gitmodule url...
Matt Harbison -
r25722:eb15c5be default
parent child Browse files
Show More
@@ -463,7 +463,7 b' test non-tab whitespace .gitmodules'
463 $ cat >> .gitmodules <<EOF
463 $ cat >> .gitmodules <<EOF
464 > [submodule "git-repo5"]
464 > [submodule "git-repo5"]
465 > path = git-repo5
465 > path = git-repo5
466 > url = $TESTTMP/git-repo5
466 > url = git-repo5
467 > EOF
467 > EOF
468 $ git commit -q -a -m "weird white space submodule"
468 $ git commit -q -a -m "weird white space submodule"
469 $ cd ..
469 $ cd ..
General Comments 0
You need to be logged in to leave comments. Login now