diff options
Diffstat (limited to 'app-admin/salt/files/salt-2014.1.2-tests-nonroot.patch')
-rw-r--r-- | app-admin/salt/files/salt-2014.1.2-tests-nonroot.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app-admin/salt/files/salt-2014.1.2-tests-nonroot.patch b/app-admin/salt/files/salt-2014.1.2-tests-nonroot.patch deleted file mode 100644 index 7373ecbad291..000000000000 --- a/app-admin/salt/files/salt-2014.1.2-tests-nonroot.patch +++ /dev/null @@ -1,14 +0,0 @@ -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 |