Commit 5892f070 authored by Łukasz Nowak's avatar Łukasz Nowak

- lynx is not provided in default profile


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36730 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 588e4373
......@@ -177,12 +177,6 @@ class AssertSoftwareRunable(unittest.TestCase):
self.assertEqual(stderr, '')
self.assertTrue(stdout.startswith('w3m version w3m/0.5.2'))
def test_lynx(self):
stdout, stderr = subprocess.Popen(["parts/lynx/bin/lynx", "-version"],
stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
self.assertEqual(stderr, '')
self.assertTrue(stdout.startswith('Lynx Version 2.8.7'))
class AssertApache(unittest.TestCase):
"""Tests for built apache"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment