summaryrefslogtreecommitdiff
path: root/test/clitest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/clitest.py')
-rw-r--r--test/clitest.py6
1 files changed, 0 insertions, 6 deletions
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):
78 ''' 78 '''
79 test various stuffs about files (readable, writable, exist, ...) 79 test various stuffs about files (readable, writable, exist, ...)
80 ''' 80 '''
81 def test_not_readable(self):
82 proc = subprocess.Popen(['../mat', 'not_readable'],
83 stdout=subprocess.PIPE)
84 stdout, _ = proc.communicate()
85 self.assertEqual(stdout.strip('\n'), 'Unable to pocess %s' % 'not_readable')
86
87 def test_not_writtable(self): 81 def test_not_writtable(self):
88 proc = subprocess.Popen(['../mat', 'not_writtable'], 82 proc = subprocess.Popen(['../mat', 'not_writtable'],
89 stdout=subprocess.PIPE) 83 stdout=subprocess.PIPE)