diff --git a/tests/drushScriptTest.php b/tests/drushScriptTest.php index eda0bba4493ade705d568554496a46468fef49b3..c07d34762d443d05bb7deb71d437dd48c1553753 100644 --- a/tests/drushScriptTest.php +++ b/tests/drushScriptTest.php @@ -22,7 +22,6 @@ class drushScriptCase extends Drush_CommandTestCase { ); $this->drush('ev', array('print ini_get("default_mimetype");'), $options, NULL, NULL, self::EXIT_SUCCESS, NULL, $env); $output = $this->getOutput(); - $expected = sprintf('Calling proc_open(ssh -o PasswordAuthentication=no %s@%s);', self::escapeshellarg('user'), self::escapeshellarg('server')); $this->assertEquals('text/drush', $output); } }