diff --git a/tests/PHPUnit/Core/ReleaseCheckListTest.php b/tests/PHPUnit/Core/ReleaseCheckListTest.php
index cb53dde0dc3080fe154e726219a18e065d9a0a91..630327ab54f37363bb77fcea61399d47792ef9e0 100644
--- a/tests/PHPUnit/Core/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Core/ReleaseCheckListTest.php
@@ -214,7 +214,7 @@ class ReleaseCheckListTest extends PHPUnit_Framework_TestCase
             $valid = array('775', '755');
             $command = "find $pluginsPath -type d -exec chmod 755 {} +";
             $this->assertTrue(in_array($chmod, $valid),
-                    "Some directories within plugins/ are not chmod 755. \n For example: $pathToTest \n\n".
+                    "Some directories within plugins/ are not chmod 755 \n\nGot: $chmod for : $pathToTest \n\n".
                     "Run this command to set all directories to 755: \n$command\n");;
         }
     }