From 649df2db99b25813f211e7af2f1ecc1da0fc7bd6 Mon Sep 17 00:00:00 2001 From: scribu Date: Tue, 25 Jun 2013 22:10:13 +0300 Subject: [PATCH] behat: remove duplicate check in core.feature --- features/core.feature | 4 ---- 1 file changed, 4 deletions(-) diff --git a/features/core.feature b/features/core.feature index d0004d57..27d87889 100644 --- a/features/core.feature +++ b/features/core.feature @@ -71,10 +71,6 @@ Feature: Manage WordPress installation When I try `wp core is-installed` Then the return code should be 1 - And STDERR should not be empty - - When I try `wp core is-installed` - Then the return code should be 1 And STDERR should be: """ Error: The site you have requested is not installed. -- 2.11.0