Skip to content
Snippets Groups Projects
  1. Apr 03, 2020
  2. Apr 01, 2020
  3. Mar 31, 2020
  4. Mar 30, 2020
  5. Mar 28, 2020
  6. Mar 26, 2020
  7. Mar 23, 2020
  8. Mar 12, 2020
  9. Mar 11, 2020
  10. Mar 05, 2020
  11. Mar 04, 2020
  12. Mar 02, 2020
  13. Feb 27, 2020
  14. Feb 24, 2020
  15. 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
Loading