Start the 2.46 cycle
[git.git] / t / chainlint / double-here-doc.test
blobcd584a435730045608f1ce9162274fb6fa53a2c8
1 run_sub_test_lib_test_err run-inv-range-start \
2         "--run invalid range start" \
3         --run="a-5" <<-\EOF &&
4 test_expect_success "passing test #1" "true"
5 test_done
6 EOF
7 check_sub_test_lib_test_err run-inv-range-start \
8         <<-\EOF_OUT 3<<-EOF_ERR
9 > FATAL: Unexpected exit with code 1
10 EOF_OUT
11 > error: --run: invalid non-numeric in range start: ${SQ}a-5${SQ}
12 EOF_ERR