summarylogtreecommitdiffstats
path: root/tests_git_file_protocol_fix.patch
blob: 524388396ed650598d81a1d903eb42e61b00cee2 (plain)
1
2
3
4
5
6
7
8
9
10
--- t/21-submodule.t
+++ t/21-submodule.t
@@ -44,6 +44,7 @@ From https://github.com/eserte/Git-Repository/commit/e957384f
 # now test adding a submodule
 my $r = test_repository(@init);
 $r->run(
+    ('-c', 'protocol.file.allow=always'),
     submodule => add => $s->work_tree => 'sub',
     { env => { GIT_WORK_TREE => undef } }
 );