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 197253e + dc156bc commit 5b53175Copy full SHA for 5b53175
t/t1450-fsck.sh
@@ -714,7 +714,7 @@ test_expect_success 'fsck fails on corrupt packfile' '
714
# at least one of which is not zero, so setting the first byte to 0 is
715
# sufficient.)
716
chmod a+w .git/objects/pack/pack-$pack.pack &&
717
- printf '\0' | dd of=.git/objects/pack/pack-$pack.pack bs=1 conv=notrunc seek=12 &&
+ printf "\0" | dd of=.git/objects/pack/pack-$pack.pack bs=1 conv=notrunc seek=12 &&
718
719
test_when_finished "rm -f .git/objects/pack/pack-$pack.*" &&
720
remove_object $hsh &&
0 commit comments