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