Git fork
at reftables-rust 12 lines 320 B view raw
12 grep "^ ! [rejected][ ]*$BRANCH -> $BRANCH (non-fast-forward)$" out && 23 34 grep "^\.git$" output.txt && 45 56 67 ( 78 cd client$version && 89 GIT_TEST_PROTOCOL_VERSION=$version git fetch-pack --no-progress .. $(cat ../input) 910 ) >output && 1011 cut -d ' ' -f 2 <output | sort >actual && 1112 test_cmp expect actual 1213