The sixth batch
[git/gitster.git] / t / chainlint / dqstring-no-interpolate.expect
blob087eda15e49144a9cbe24f9fc526f489b63aa068
1 grep "^ ! [rejected][ ]*$BRANCH -> $BRANCH (non-fast-forward)$" out &&
3 grep "^\.git$" output.txt &&
7         cd client$version &&
8         GIT_TEST_PROTOCOL_VERSION=$version git fetch-pack --no-progress .. $(cat ../input)
9 ) >output &&
10         cut -d ' ' -f 2 <output | sort >actual &&
11         test_cmp expect actual