Commit e5515e9c authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove test_Flare as well.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40771 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d212aef9
......@@ -221,12 +221,6 @@ class AssertSoftwareRunable(AssertSoftwareMixin):
self.assertEqual(stderr, '')
self.assertTrue(stdout.startswith('Tokyo Cabinet'))
def test_Flare(self):
stdout, stderr = subprocess.Popen(["parts/flare/bin/flarei", "-v"],
stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
self.assertEqual(stderr, '')
self.assertTrue(stdout.startswith('flare'))
def test_rdiff_backup(self):
stdout, stderr = subprocess.Popen(["bin/rdiff-backup", "-V"],
stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
......
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