]> arthur.barton.de Git - bup.git/commitdiff
README.md: mention workaround for pwd test issue 0.27-rc6
authorRob Browning <rlb@defaultvalue.org>
Sat, 25 Apr 2015 15:30:30 +0000 (10:30 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 25 Apr 2015 15:30:30 +0000 (10:30 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
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.