Merge branch 'cc/pretty-contents-size' into master
Brown-paper-bag fix. * cc/pretty-contents-size: t6300: fix issues related to %(contents:size)
This commit is contained in:
commit
4083971673
@ -66,9 +66,9 @@ test_atom() {
|
|||||||
esac
|
esac
|
||||||
# Leave $expect unquoted to lose possible leading whitespaces
|
# Leave $expect unquoted to lose possible leading whitespaces
|
||||||
echo $expect >expected
|
echo $expect >expected
|
||||||
test_expect_${4:-sucess} $PREREQ "basic atom: $1 contents:size" '
|
test_expect_${4:-success} $PREREQ "basic atom: $1 contents:size" '
|
||||||
git for-each-ref --format="%(contents:size)" "$ref" >actual &&
|
git for-each-ref --format="%(contents:size)" "$ref" >actual &&
|
||||||
test_cmp expect actual
|
test_cmp expected actual
|
||||||
'
|
'
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user