Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-10-11 01:57:09 +0400
committerJunio C Hamano <gitster@pobox.com>2012-10-11 01:57:09 +0400
commitb7804cf2277af57785ca0a1686bf6571e711a9ca (patch)
treed0603544da9b0bdc991cf6b4a4d23ab930847303 /t/t5400-send-pack.sh
parent4321fe0b5400861b30503a8663669e96dfac0d50 (diff)
parentd4a7ffaae3fa3302a73e00dab01b80c4bfd17cdb (diff)
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 78ab177938..129fc88bd2 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 &&