chutzpah 14/04/16 00:15:57 Added: salt-2014.1.2-tests-nonroot.patch Log: Version bump, clean out old version. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Revision Changes Path 1.1 app-admin/salt/files/salt-2014.1.2-tests-nonroot.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/files/salt-2014.1.2-tests-nonroot.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/files/salt-2014.1.2-tests-nonroot.patch?rev=1.1&content-type=text/plain Index: salt-2014.1.2-tests-nonroot.patch =================================================================== diff --git a/tests/unit/utils/verify_test.py b/tests/unit/utils/verify_test.py index 6e62359..c30bbe2 100644 --- a/tests/unit/utils/verify_test.py +++ b/tests/unit/utils/verify_test.py @@ -56,9 +56,6 @@ class TestVerify(TestCase): zmq.__version__ = '2.1.0' self.assertFalse(zmq_version()) - def test_user(self): - self.assertTrue(check_user(getpass.getuser())) - def test_no_user(self): # Catch sys.stderr here since no logging is configured and # check_user WILL write to sys.stderr