commit-reach(get_octopus_merge_bases): pass on "missing commits" errors
[git.git] / t / chainlint / dqstring-no-interpolate.test
blobd2f4219cbbbcd70da5ab4d29fcf8120b5fc23d39
1 # LINT: regex dollar-sign eol anchor in double-quoted string not special
2 grep "^ ! \[rejected\][ ]*$BRANCH -> $BRANCH (non-fast-forward)$" out &&
4 # LINT: escaped "$" not mistaken for variable expansion
5 grep "^\\.git\$" output.txt &&
7 '"
9         cd client$version &&
10 # LINT: escaped dollar-sign in double-quoted test body
11         GIT_TEST_PROTOCOL_VERSION=$version git fetch-pack --no-progress .. \$(cat ../input)
12 ) >output &&
13         cut -d ' ' -f 2 <output | sort >actual &&
14         test_cmp expect actual