]> arthur.barton.de Git - bup.git/blobdiff - t/test-meta.sh
Merge branch 'master' into meta
[bup.git] / t / test-meta.sh
index 830e2cf393fe3e6e577c5bb6f024defe2b567459..032d1583718f2af15df2d8ab36974e6e75549628 100755 (executable)
@@ -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)'