summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-02-07 15:03:10 -0800
committerBryan McLellan <btm@opscode.com>2013-02-12 12:23:40 -0800
commitad5d2def41a05b175229c721118721395cd00a46 (patch)
tree9f9c678981e04a013aad56d1935d7f217a6f5bd5
parentf4848fa1ac7bb61408e14f39315c0c53b54b87e9 (diff)
downloadchef-ad5d2def41a05b175229c721118721395cd00a46.tar.gz
remove setup message, it's a race either way
-rw-r--r--spec/functional/run_lock_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/functional/run_lock_spec.rb b/spec/functional/run_lock_spec.rb
index d65e8a381e..5e64e42a0b 100644
--- a/spec/functional/run_lock_spec.rb
+++ b/spec/functional/run_lock_spec.rb
@@ -186,7 +186,6 @@ describe Chef::RunLock do
wait_on_lock
p2 = fork do
- record "p2 requesting lock"
# inform process p1 that we're trying to get the lock
sync_send
run_lock.acquire
@@ -202,7 +201,6 @@ describe Chef::RunLock do
expected=<<-E
p1 has lock
-p2 requesting lock
p1 releasing lock
p2 has lock
E