Ben Walton <bdwal...@gmail.com> writes:

> Avoid a GNU-ism in the cp options used by t5400-send-pack.  Change -a
> to -pR.
>
> Signed-off-by: Ben Walton <bdwal...@gmail.com>
> ---

Thanks, but is "-p" essential for this test to pass, or can we get
away with just "-R"?

>  t/t5400-send-pack.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/t/t5400-send-pack.sh b/t/t5400-send-pack.sh
> index 250c720..65b3b0f 100755
> --- a/t/t5400-send-pack.sh
> +++ b/t/t5400-send-pack.sh
> @@ -159,7 +159,7 @@ test_expect_success 'receive-pack runs auto-gc in remote 
> repo' '
>           git commit -a -m "Second commit" &&
>           git repack
>       ) &&
> -     cp -a parent child &&
> +     cp -pR parent child &&
>       (
>           # Set the child to auto-pack if more than one pack exists
>           cd child &&
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to