summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/tests/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py
index 25abf67ac7..7edbf50b5d 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1136,7 +1136,7 @@ class SVNTest(FetcherTest):
1136 1136
1137 bb.process.run("svn co %s svnfetch_co" % self.repo_url, cwd=self.tempdir) 1137 bb.process.run("svn co %s svnfetch_co" % self.repo_url, cwd=self.tempdir)
1138 # Github will emulate SVN. Use this to check if we're downloding... 1138 # Github will emulate SVN. Use this to check if we're downloding...
1139 bb.process.run("svn propset svn:externals 'bitbake svn://vcs.pcre.org/pcre2/code' .", 1139 bb.process.run("svn propset svn:externals 'bitbake https://github.com/PhilipHazel/pcre2.git' .",
1140 cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) 1140 cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk'))
1141 bb.process.run("svn commit --non-interactive -m 'Add external'", 1141 bb.process.run("svn commit --non-interactive -m 'Add external'",
1142 cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) 1142 cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk'))