Skip to content
Snippets Groups Projects
  1. Apr 16, 2020
  2. Apr 10, 2020
  3. Apr 08, 2020
  4. Apr 02, 2020
  5. Apr 01, 2020
  6. Mar 31, 2020
  7. Mar 30, 2020
  8. Mar 28, 2020
  9. Mar 23, 2020
  10. Mar 12, 2020
  11. Mar 11, 2020
  12. Mar 04, 2020
  13. Mar 02, 2020
  14. Feb 27, 2020
  15. Feb 24, 2020
  16. Feb 21, 2020
    • vlorentz's avatar
      Fix tests of special devices. · ad6a0302
      vlorentz authored
      Regular files were created, as the 'mode' argument of os.mknod was missing.
      However, creating devices requires root; so we can't reasonably do that in
      tests.
      
      Instead, we're using /dev/null instead of creating one.
      And while we're at it, let's also use /dev/zero (which, if not handled
      properly, will result in an infinite read).
      ad6a0302
    • vlorentz's avatar
      Sort from_disk.Directory entries. · 4c070f98
      vlorentz authored
      It should be cheap enough to do it, and it makes tests easier.
      4c070f98
    • vlorentz's avatar
      Add test for git directory entries order. · e1092414
      vlorentz authored
      e1092414
Loading