We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a329bd + 5906910 commit 36b6571Copy full SHA for 36b6571
t/t1450-fsck.sh
@@ -94,13 +94,13 @@ test_expect_success 'object with hash and type mismatch' '
94
)
95
'
96
97
-test_expect_success POSIXPERM 'zlib corrupt loose object output ' '
+test_expect_success 'zlib corrupt loose object output ' '
98
git init --bare corrupt-loose-output &&
99
(
100
cd corrupt-loose-output &&
101
oid=$(git hash-object -w --stdin --literally </dev/null) &&
102
oidf=objects/$(test_oid_to_path "$oid") &&
103
- chmod 755 $oidf &&
+ chmod +w $oidf &&
104
echo extra garbage >>$oidf &&
105
106
cat >expect.error <<-EOF &&
0 commit comments