Merge branch 'jc/t6011-mv-ro-fix'
Test fix. * jc/t6011-mv-ro-fix: t6011: fix misconversion from perl to sed
This commit is contained in:
@@ -38,6 +38,7 @@ test_expect_success 'verify number of revisions' \
|
||||
test_expect_success 'corrupt second commit object' '
|
||||
for p in .git/objects/pack/*.pack
|
||||
do
|
||||
chmod +w "$p" &&
|
||||
sed "s/second commit/socond commit/" "$p" >"$p.munged" &&
|
||||
mv "$p.munged" "$p" ||
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user