Welcome to mirror list, hosted at ThFree Co, Russian Federation.

double-here-doc.test « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd584a435730045608f1ce9162274fb6fa53a2c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
run_sub_test_lib_test_err run-inv-range-start \
	"--run invalid range start" \
	--run="a-5" <<-\EOF &&
test_expect_success "passing test #1" "true"
test_done
EOF
check_sub_test_lib_test_err run-inv-range-start \
	<<-\EOF_OUT 3<<-EOF_ERR
> FATAL: Unexpected exit with code 1
EOF_OUT
> error: --run: invalid non-numeric in range start: ${SQ}a-5${SQ}
EOF_ERR