]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/dqstring-no-interpolate.expect
Merge branch 'vd/fsck-submodule-url-test'
[thirdparty/git.git] / t / chainlint / dqstring-no-interpolate.expect
1 grep "^ ! [rejected][ ]*$BRANCH -> $BRANCH (non-fast-forward)$" out &&
2
3 grep "^\.git$" output.txt &&
4
5
6 (
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
12