about summary refs log tree commit diff
path: root/third_party/git/t/t5411/test-0010-proc-receive-settings.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t5411/test-0010-proc-receive-settings.sh')
-rw-r--r--third_party/git/t/t5411/test-0010-proc-receive-settings.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/git/t/t5411/test-0010-proc-receive-settings.sh b/third_party/git/t/t5411/test-0010-proc-receive-settings.sh
deleted file mode 100644
index a36809927b37..000000000000
--- a/third_party/git/t/t5411/test-0010-proc-receive-settings.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-test_expect_success "add two receive.procReceiveRefs settings" '
-	(
-		cd "$upstream" &&
-		git config --add receive.procReceiveRefs refs/for &&
-		git config --add receive.procReceiveRefs refs/review/
-	)
-'