summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests/xattr.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/python/samba/tests/xattr.py')
-rw-r--r--source4/scripting/python/samba/tests/xattr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/tests/xattr.py b/source4/scripting/python/samba/tests/xattr.py
index f978ee5b2ad..7b4627fdad9 100644
--- a/source4/scripting/python/samba/tests/xattr.py
+++ b/source4/scripting/python/samba/tests/xattr.py
@@ -83,7 +83,7 @@ class XattrTests(TestCase):
ntacl.version = 1
open(tempf, 'w').write("empty")
try:
- self.assertRaises(IOError, samba.xattr_tdb.wrap_setxattr,
+ self.assertRaises(IOError, samba.xattr_tdb.wrap_setxattr,
os.path.join("nonexistent", "eadb.tdb"), tempf,
"user.unittests", ndr_pack(ntacl))
finally: