From 35369e1009697726121781f01cfa97093250c422 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 5 Dec 2023 14:20:12 -0500 Subject: [PATCH] utils/svn_spec: change remote used in test. GitHub is dropping their Subversion support so let's move to an Apache Subversion server instead. --- Library/Homebrew/test/utils/svn_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/utils/svn_spec.rb b/Library/Homebrew/test/utils/svn_spec.rb index 0c4b039b36..60556601a4 100644 --- a/Library/Homebrew/test/utils/svn_spec.rb +++ b/Library/Homebrew/test/utils/svn_spec.rb @@ -47,7 +47,7 @@ describe Utils::Svn do end it "returns true when remote exists", :needs_network, :needs_svn do - expect(described_class).to be_remote_exists("https://github.com/Homebrew/install") + expect(described_class).to be_remote_exists("https://svn.apache.org/repos/asf/openoffice/trunk") end end end