r25598: Add missing become_root/unbecome_root around calls of add_aliases.
[samba.git] / source / python / examples / tdbpack / test_tdbpack.py
index 83282e745e40ca3dd3c6a57ec9e0dda9e16a6a07..af2ba2b296dadf5ae9d3036c7d26caf650900107 100755 (executable)
@@ -1,6 +1,6 @@
-#! /usr/bin/env python2.2
+#! /usr/bin/env python
 
-__doc__ = """test case for samba.tdbkpack functions
+__doc__ = """test case for samba.tdbpack functions
 
 tdbpack provides a means of pickling values into binary formats
 compatible with that used by the samba tdbpack()/tdbunpack()
@@ -113,8 +113,6 @@ class PackTests(unittest.TestCase):
         not "canonical".
         """
         cases = [('w', (42,), '\x2a\0'),
-                 ('p', [None], '\0\0\0\0'),
-                 ('p', ['true'], '\x01\0\0\0'),
                  ]
 
         for packer in both_packers: