1 grep "^ ! [rejected][ ]*$BRANCH -> $BRANCH (non-fast-forward)$" out &&
3 grep "^\.git$" output.txt &&
8 GIT_TEST_PROTOCOL_VERSION=$version git fetch-pack --no-progress .. $(cat ../input)
10 cut -d ' ' -f 2 <output | sort >actual &&
11 test_cmp expect actual