blob: a36809927b37abc2c071d45828b3e45c22f8d7bb [file] [log] [blame]
Jiang Xin31e85952020-08-27 11:45:48 -04001test_expect_success "add two receive.procReceiveRefs settings" '
2 (
3 cd "$upstream" &&
4 git config --add receive.procReceiveRefs refs/for &&
5 git config --add receive.procReceiveRefs refs/review/
6 )
7'