From 6e6ef5589e8898f898b0d986db90e1e2356e889f Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 27 Feb 2012 17:20:21 -0800 Subject: OS X Support fixed, bug 942352 Change-Id: I3aa28ba46b0418310637dfeacbdea60361a7a280 --- nova/tests/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/tests') diff --git a/nova/tests/test_utils.py b/nova/tests/test_utils.py index 843b48dd3..f0c285869 100644 --- a/nova/tests/test_utils.py +++ b/nova/tests/test_utils.py @@ -857,7 +857,7 @@ class TestLockCleanup(test.TestCase): """verify locks for dead processes are cleaned up""" # create sentinels for two processes, us and a 'dead' one - # no actve lock + # no active lock sentinel1 = self._create_sentinel(self.hostname, self.pid) sentinel2 = self._create_sentinel(self.hostname, self.dead_pid) -- cgit