From: Shane Geiger Date: Mon, 9 May 2011 01:30:55 +0000 (-0400) Subject: fixed cp problem in bup/t/test-meta.sh X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ed7e33fee0c5ba429272e862071e0bb2a54e0ca2;p=packages%2Fb%2Fbup.git fixed cp problem in bup/t/test-meta.sh --- diff --git a/t/test-meta.sh b/t/test-meta.sh index 9e85cfc..8d565b6 100755 --- a/t/test-meta.sh +++ b/t/test-meta.sh @@ -80,7 +80,8 @@ force-delete "$TOP/bupmeta.tmp" ( rm -rf "$TOP/bupmeta.tmp/src" mkdir -p "$TOP/bupmeta.tmp/src" - cp -a Documentation cmd lib t "$TOP/bupmeta.tmp"/src + #cp -a Documentation cmd lib t "$TOP/bupmeta.tmp"/src + cp -pPR Documentation cmd lib t "$TOP/bupmeta.tmp"/src ) || WVFAIL # Use the test tree to check bup meta. @@ -112,7 +113,8 @@ if actually-root; then chown root:root testfs chmod 0700 testfs - cp -a src testfs/src + #cp -a src testfs/src + cp -pPR src testfs/src (cd testfs && test-src-create-extract) WVSTART 'meta - atime (as root)'