diff --git a/test/test-run.py b/test/test-run.py
index 392ac2273d8834eba8228132a74e26f8c6f0ee8f..143b402277bbbb35e21913ea8ab27d05de716262 100755
--- a/test/test-run.py
+++ b/test/test-run.py
@@ -140,8 +140,8 @@ def setenv():
     os.putenv("TARANTOOL_PLUGIN_DIR",
         string.join(
             (
-                os.path.join(os.getcwd(), '../src/plugins/mysql'),
-                os.path.join(os.getcwd(), '../src/plugins/pg')
+                os.path.join(os.getcwd(), '../src/plugin/mysql'),
+                os.path.join(os.getcwd(), '../src/plugin/pg')
             ),
             ':'
         )