X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft1007-hash-object.sh;h=f83df8eb8b143086df00e163a30ad96e43404001;hb=a4c628d71d43a00acbf42ff5704d9f812babc39d;hp=6d52b824b115964c5551aaf4284205b98b885ce3;hpb=357ba5cf0d4c77c6b4ad8d2cc604392687a3e2a6;p=git.git diff --git a/t/t1007-hash-object.sh b/t/t1007-hash-object.sh index 6d52b824b..f83df8eb8 100755 --- a/t/t1007-hash-object.sh +++ b/t/t1007-hash-object.sh @@ -189,7 +189,7 @@ for args in "-w --stdin-paths" "--stdin-paths -w"; do done test_expect_success 'corrupt tree' ' - echo abc >malformed-tree + echo abc >malformed-tree && test_must_fail git hash-object -t tree malformed-tree '