diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-10-17 10:28:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-10-17 10:28:48 -0700 |
commit | c15fadab65907e7fa1ae3a0dd5e05b722fd1f235 (patch) | |
tree | 6576be6231027e0a0ce1cc27c00625552c944c3c /t/t5400-send-pack.sh | |
parent | Merge branch 'nd/doc-ignore' into maint (diff) | |
parent | tests: "cp -a" is a GNUism (diff) | |
download | tgif-c15fadab65907e7fa1ae3a0dd5e05b722fd1f235.tar.xz |
Merge branch 'bw/cp-a-is-gnuism' into maint
* bw/cp-a-is-gnuism:
tests: "cp -a" is a GNUism
Diffstat (limited to 't/t5400-send-pack.sh')
-rwxr-xr-x | t/t5400-send-pack.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5400-send-pack.sh b/t/t5400-send-pack.sh index 250c720c14..418f515ada 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 -R parent child && ( # Set the child to auto-pack if more than one pack exists cd child && |