about summary refs log tree commit diff
path: root/third_party/git/t/t9010-svn-fe.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t9010-svn-fe.sh')
-rwxr-xr-xthird_party/git/t/t9010-svn-fe.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/git/t/t9010-svn-fe.sh b/third_party/git/t/t9010-svn-fe.sh
index c90fdc5c89..0b20b07e68 100755
--- a/third_party/git/t/t9010-svn-fe.sh
+++ b/third_party/git/t/t9010-svn-fe.sh
@@ -53,6 +53,8 @@ text_no_props () {
 	printf "%s\n" "$text"
 }
 
+>empty
+
 test_expect_success 'empty dump' '
 	reinit_git &&
 	echo "SVN-fs-dump-format-version: 2" >input &&
@@ -206,7 +208,7 @@ test_expect_failure 'timestamp and empty file' '
 	test_cmp expect.date actual.date &&
 	test_cmp expect.files actual.files &&
 	git checkout HEAD empty-file &&
-	test_must_be_empty file
+	test_cmp empty file
 '
 
 test_expect_success 'directory with files' '