From 1233d244ff853286a2e9216327e5f671634424c5 Mon Sep 17 00:00:00 2001
From: Richard van der Hoff <github@rvanderhoff.org.uk>
Date: Fri, 9 Dec 2016 17:52:51 +0000
Subject: [PATCH] fix pythonpath

---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index ef1970f51f..8925e7c49d 100644
--- a/README.rst
+++ b/README.rst
@@ -788,7 +788,7 @@ dependencies into a virtual env.
 Once this is done, you may wish to run Synapse's unit tests, to
 check that everything is installed as it should be::
 
-    PYTHONPATH="" trial tests
+    PYTHONPATH="." trial tests
 
 This should end with a 'PASSED' result::
 
-- 
GitLab