summaryrefslogtreecommitdiff
path: root/t/chainlint/dqstring-no-interpolate.expect
blob: 10724987a5fbb6ba19ba0972c77b5689ca52ab28 (plain)
1
2
3
4
5
6
7
8
9
10
11
grep "^ ! [rejected][ ]*$BRANCH -> $BRANCH (non-fast-forward)$" out &&
 
grep "^\.git$" output.txt &&
 
 
(
	cd client$version &&
	GIT_TEST_PROTOCOL_VERSION=$version git fetch-pack --no-progress .. $(cat ../input)
) > output &&
	cut -d ' ' -f 2 < output | sort > actual &&
	test_cmp expect actual