]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t1450-fsck.sh
Merge branch 'bc/sha-256-part-1-of-4'
[thirdparty/git.git] / t / t1450-fsck.sh
index 70a8307154ad996ea4ebd51994bd4c2f60a97d0c..449ebc5657c57259c0096d1294adb96ba6f585d0 100755 (executable)
@@ -165,7 +165,6 @@ test_expect_success 'email without @ is okay' '
        git update-ref refs/heads/bogus "$new" &&
        test_when_finished "git update-ref -d refs/heads/bogus" &&
        git fsck 2>out &&
-       cat out &&
        ! grep "commit $new" out
 '