From d175a9d9a011c8e30d31bfd3cb7948940e867493 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 9 Feb 2012 23:12:02 +0100 Subject: Remove a stupid test --- test/clitest.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/clitest.py') diff --git a/test/clitest.py b/test/clitest.py index 5b0f0c3..a4530a9 100644 --- a/test/clitest.py +++ b/test/clitest.py @@ -78,12 +78,6 @@ class TestFileAttributes(unittest.TestCase): ''' test various stuffs about files (readable, writable, exist, ...) ''' - def test_not_readable(self): - proc = subprocess.Popen(['../mat', 'not_readable'], - stdout=subprocess.PIPE) - stdout, _ = proc.communicate() - self.assertEqual(stdout.strip('\n'), 'Unable to pocess %s' % 'not_readable') - def test_not_writtable(self): proc = subprocess.Popen(['../mat', 'not_writtable'], stdout=subprocess.PIPE) -- cgit v1.3