]> arthur.barton.de Git - bup.git/blobdiff - README.md
restore: test --sparse with zeros at 64k boundary
[bup.git] / README.md
index 9d26917f07ea848d7d622f9d817f5da1567977a3..ea08b6eb80265b4cf83999d9d4ed2f938edaf40f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -137,8 +137,13 @@ From source
  
         make test
        
-    (The tests should pass.  If they don't pass for you, stop here and send
-     an email to bup-list@googlegroups.com.)
+    The tests should pass.  If they don't pass for you, stop here and
+    send an email to bup-list@googlegroups.com.  Though if there are
+    symbolic links along the current working directory path, the tests
+    may fail.  Running something like this before "make check" should
+    sidestep the problem:
+
+        cd "$(/bin/pwd)"
 
  - You can install bup via "make install", and override the default
    destination with DESTDIR and PREFIX.