Code

fast-import: don't fail on omitted committer name
[git.git] / t / t9300-fast-import.sh
index a659dd408f4d6bbbf704279b93b02dc3f7876b13..09ef6ba1d995a9a1b47da5894cbf3d3be058b962 100755 (executable)
@@ -352,7 +352,7 @@ data <<COMMIT
 empty commit
 COMMIT
 INPUT_END
-test_expect_failure 'B: accept and fixup committer with no name' '
+test_expect_success 'B: accept and fixup committer with no name' '
        git fast-import <input &&
        out=$(git fsck) &&
        echo "$out" &&