Code

integration tests: Use LD_PRELOAD instead of chrpath.
[sysdb.git] / README
diff --git a/README b/README
index a737ebc07900611427eea606e0fd773ecd5ac1e4..d3d4d6200e127d6826b61d24fbd4d68d4db25f4c 100644 (file)
--- a/README
+++ b/README
@@ -68,8 +68,8 @@ Testing
   library. It used used to mock I/O related functions. In case this function
   is not available, the respective tests will be disabled automatically.
 
-  The integration tests require valgrind and chrpath. If any of these are not
-  available, integration tests will be disabled automatically.
+  The integration tests require valgrind. If it is not available, integration
+  tests will be disabled automatically.
 
   For the latest build status, see:
   <https://travis-ci.org/tokkee/sysdb>