]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5400-send-pack.sh
Merge branch 'bw/cp-a-is-gnuism'
[thirdparty/git.git] / t / t5400-send-pack.sh
index 78ab17793894ed902468e1f7af5841b67eeef2ff..129fc88bd28e8ea85e81310aec860df808949447 100755 (executable)
@@ -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 &&