git/t/t5411/test-0010-proc-receive-sett...

8 lines
204 B
Bash

test_expect_success "add two receive.procReceiveRefs settings" '
(
cd "$upstream" &&
git config --add receive.procReceiveRefs refs/for &&
git config --add receive.procReceiveRefs refs/review/
)
'