modernize t9300: use test_must_be_empty
commitacf3af25fbc8b2323ab210e0b63abcb912bd7def
authorJohannes Sixt <j6t@kdbg.org>
Thu, 19 Nov 2015 19:09:45 +0000 (19 20:09 +0100)
committerJeff King <peff@peff.net>
Fri, 20 Nov 2015 13:02:06 +0000 (20 08:02 -0500)
tree685b027e0ae05d2826aa039b10b536199b9ddd99
parentb08d82f0e8c373bfa463fc8df1419db24fbfc494
modernize t9300: use test_must_be_empty

Instead of comparing actual output to an empty file, use
test_must_be_empty. In addition to the better error message provided by
the helper, allocation of an empty file during the setup sequence can be
avoided.

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