Comment 3 for bug 817792

Revision history for this message
Lionel Le Folgoc (mrpouit) wrote :

I added a quick'n'dirty'n'incomplete test to pkgbinarymangler to compare modes (cf attachment), and it fails for me in my oneiric chroot:
======================================================================
FAIL: test_png_permissions (__main__.T)
Ensure that the file attributes are preserved
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/run", line 721, in test_png_permissions
    self.assertEqual(statinfo_orig.st_mode, statinfo_ship.st_mode)
AssertionError: 33188 != 33204

----------------------------------------------------------------------