summaryrefslogtreecommitdiff
path: root/t/t5400-send-pack.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-10-10 21:57:09 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-10-10 21:57:09 (GMT)
commitb7804cf2277af57785ca0a1686bf6571e711a9ca (patch)
treed0603544da9b0bdc991cf6b4a4d23ab930847303 /t/t5400-send-pack.sh
parent4321fe0b5400861b30503a8663669e96dfac0d50 (diff)
parentd4a7ffaae3fa3302a73e00dab01b80c4bfd17cdb (diff)
downloadgit-b7804cf2277af57785ca0a1686bf6571e711a9ca.zip
git-b7804cf2277af57785ca0a1686bf6571e711a9ca.tar.gz
git-b7804cf2277af57785ca0a1686bf6571e711a9ca.tar.bz2
Merge branch 'bw/cp-a-is-gnuism'
* bw/cp-a-is-gnuism: tests: "cp -a" is a GNUism
Diffstat (limited to 't/t5400-send-pack.sh')
-rwxr-xr-xt/t5400-send-pack.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5400-send-pack.sh b/t/t5400-send-pack.sh
index 78ab177..129fc88 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 &&