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, 7 insertions, 0 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
new file mode 100644
index 0000000000..a36809927b
--- /dev/null
+++ b/third_party/git/t/t5411/test-0010-proc-receive-settings.sh
@@ -0,0 +1,7 @@
+test_expect_success "add two receive.procReceiveRefs settings" '
+	(
+		cd "$upstream" &&
+		git config --add receive.procReceiveRefs refs/for &&
+		git config --add receive.procReceiveRefs refs/review/
+	)
+'