]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/double-here-doc.test
Merge branch 'jk/clone-allow-bare-and-o-together'
[thirdparty/git.git] / t / chainlint / double-here-doc.test
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