git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] t/t5400-send-pack: Use POSIX options to cp for portability
@ 2012-10-08  8:08 Ben Walton
  2012-10-08 16:35 ` Junio C Hamano
  0 siblings, 1 reply; 7+ messages in thread
From: Ben Walton @ 2012-10-08  8:08 UTC (permalink / raw)
  To: gitster, git; +Cc: Ben Walton

Avoid a GNU-ism in the cp options used by t5400-send-pack.  Change -a
to -pR.

Signed-off-by: Ben Walton <bdwalton@gmail.com>
---
 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 &&
-- 
1.7.12

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-10-09  7:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-08  8:08 [PATCH] t/t5400-send-pack: Use POSIX options to cp for portability Ben Walton
2012-10-08 16:35 ` Junio C Hamano
2012-10-08 16:55   ` Junio C Hamano
2012-10-08 17:45     ` Junio C Hamano
2012-10-08 20:05       ` Ben Walton
2012-10-08 21:19         ` Junio C Hamano
2012-10-09  7:15     ` Joachim Schmitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).