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 9144c9d177..6ef5183bc4 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1049,7 +1049,7 @@ class SVNTest(FetcherTest):
1049 1049
1050 bb.process.run("svn co %s svnfetch_co" % self.repo_url, cwd=self.tempdir) 1050 bb.process.run("svn co %s svnfetch_co" % self.repo_url, cwd=self.tempdir)
1051 # Github will emulate SVN. Use this to check if we're downloding... 1051 # Github will emulate SVN. Use this to check if we're downloding...
1052 bb.process.run("svn propset svn:externals 'bitbake svn://vcs.pcre.org/pcre2/code' .", 1052 bb.process.run("svn propset svn:externals 'bitbake https://github.com/PhilipHazel/pcre2.git' .",
1053 cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) 1053 cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk'))
1054 bb.process.run("svn commit --non-interactive -m 'Add external'", 1054 bb.process.run("svn commit --non-interactive -m 'Add external'",
1055 cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) 1055 cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk'))