summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestClient
diff options
context:
space:
mode:
authorMichael Fenn <fennm@deshawresearch.com>2013-07-25 10:16:53 -0400
committerMichael Fenn <fennm@deshawresearch.com>2013-07-25 10:16:53 -0400
commit9482a5637a4fe67f42783ebcad7c89ef413717a0 (patch)
tree312fc2adcad9bf0c4d89e91890944a855c7e4323 /testsuite/Testsrc/Testlib/TestClient
parentc3ff6611b640e11ab0d4986b64015355b516fa88 (diff)
downloadbcfg2-9482a5637a4fe67f42783ebcad7c89ef413717a0.tar.gz
bcfg2-9482a5637a4fe67f42783ebcad7c89ef413717a0.tar.bz2
bcfg2-9482a5637a4fe67f42783ebcad7c89ef413717a0.zip
Adjust unit test
Diffstat (limited to 'testsuite/Testsrc/Testlib/TestClient')
-rw-r--r--testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Testbase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Testbase.py b/testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Testbase.py
index e0406fd92..8e7b58d30 100644
--- a/testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Testbase.py
+++ b/testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Testbase.py
@@ -1009,7 +1009,7 @@ class TestPOSIXTool(TestTool):
else:
return True
ptool._set_perms.side_effect = set_perms_rv
- self.assertFalse(ptool._makedirs(entry))
+ self.assertTrue(ptool._makedirs(entry))
self.assertItemsEqual(mock_exists.call_args_list,
[call("/test"), call("/test/foo"),
call("/test/foo/bar")])