On Sun, Jun 9, 2013 at 1:30 PM, Junio C Hamano <[email protected]> wrote:
> --- a/t/test-lib-functions.sh
> +++ b/t/test-lib-functions.sh
> @@ -606,6 +606,18 @@ test_cmp() {
> $GIT_TEST_CMP "$@"
> }
>
> +# Check if the file expected to be empty is indeed empty, and barfs
> +# otherwise.
> +
> +test_output_must_be_empty () {
Why such a big name? test_empty() does the trick.
> + if test -s "$1"
> + then
> + echo "Bad: test_output_must_be_empty '$1', but has the
> following."
echo "'$1' is not empty, it contains:"
Cheers.
--
Felipe Contreras
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html