1
0
Fork 0
git/t/chainlint/dqstring-no-interpolate.expect
Daniel Baumann 54102a2c29
Adding upstream version 1:2.47.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-23 07:43:39 +02:00

12 lines
320 B
Text

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