]> git.ipfire.org Git - thirdparty/git.git/commit
t1400: wrap setup code in test case
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 28 Oct 2019 12:57:17 +0000 (12:57 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Oct 2019 03:38:34 +0000 (12:38 +0900)
commit3ce47211a6ecae0ebe241779ef7112ee21f04a74
treea224c9de004a1a2ad061d31ed6e0696dc10aa62e
parent5fa0f5238b0cd46cfe7f6fa76c3f526ea98148d9
t1400: wrap setup code in test case

Without this, you cannot use `--run=<...>` to skip that part, and a run
with `--run=0` (which is a common way to determine the test case number
corresponding to a given test case title).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1400-update-ref.sh