<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From e957384fd9846f228e45f986d5199819a53b7ba2 Mon Sep 17 00:00:00 2001
From: Slaven Rezic &lt;slaven.rezic@idealo.de&gt;
Date: Wed, 25 Jan 2023 14:51:06 +0100
Subject: [PATCH] allow file protocol in test (fix for RT #144889)

---
 t/21-submodule.t | 1 +
 1 file changed, 1 insertion(+)

diff --git a/t/21-submodule.t b/t/21-submodule.t
index 444029c..8cf3962 100644
--- a/t/21-submodule.t
+++ b/t/21-submodule.t
@@ -44,6 +44,7 @@ $s-&gt;run( checkout =&gt; 'master', { quiet =&gt; 1 } );
 # now test adding a submodule
 my $r = test_repository(@init);
 $r-&gt;run(
+    ('-c', 'protocol.file.allow=always'),
     submodule =&gt; add =&gt; $s-&gt;work_tree =&gt; 'sub',
     { env =&gt; { GIT_WORK_TREE =&gt; undef } }
 );
</pre></body></html>