summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorTim Hinderliter <tim@opscode.com>2011-03-17 00:19:07 -0700
committerTim Hinderliter <tim@opscode.com>2011-03-17 16:58:27 -0700
commitd810fc07eafe2ba33bce96b700d34b5b04968bff (patch)
tree90103d5e239dbe52ea967c2498fcdfb9bdace664 /features
parent79dff4b4d2b0c3e0bc7067960594b461d7d8cd55 (diff)
downloadchef-d810fc07eafe2ba33bce96b700d34b5b04968bff.tar.gz
Fixed cookbook_sync test (escape the regex)
Diffstat (limited to 'features')
-rw-r--r--features/chef-client/cookbook_sync.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/chef-client/cookbook_sync.feature b/features/chef-client/cookbook_sync.feature
index 84d50f0af9..05e59bfcf9 100644
--- a/features/chef-client/cookbook_sync.feature
+++ b/features/chef-client/cookbook_sync.feature
@@ -49,7 +49,7 @@ Feature: Synchronize cookbooks from the server
And it includes the recipe 'testcookbook_wrong_metadata'
When I run the chef-client with '-l debug'
Then the run should exit '1'
- And 'stdout' should have '412 Precondition Failed.*Unable to satisfy constraints on cookbook no_such_cookbook, which does not exist, due to run list item (testcookbook_wrong_metadata >= 0.0.0)'
+ And 'stdout' should have '412 Precondition Failed.*Unable to satisfy constraints on cookbook no_such_cookbook, which does not exist, due to run list item \(testcookbook_wrong_metadata >= 0.0.0\)'
Scenario: Utilise versioned dependencies
Given I am an administrator