]> git.ipfire.org Git - thirdparty/git.git/commit - t/t9300-fast-import.sh
modernize t9300: use test_must_fail
authorJohannes Sixt <j6t@kdbg.org>
Thu, 19 Nov 2015 19:09:44 +0000 (20:09 +0100)
committerJeff King <peff@peff.net>
Fri, 20 Nov 2015 13:02:06 +0000 (08:02 -0500)
commitb08d82f0e8c373bfa463fc8df1419db24fbfc494
tree5d857083d3464876abbd74227661529b98131ddb
parentd67824feaa1613d363834b93e40c70b93791952b
modernize t9300: use test_must_fail

One test case open-codes a test for an expected failure. Replace it by
test_must_fail.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Jeff King <peff@peff.net>
t/t9300-fast-import.sh