Skip to content
Snippets Groups Projects
  1. May 05, 2020
  2. Apr 29, 2020
  3. Apr 21, 2020
  4. Apr 20, 2020
  5. Apr 17, 2020
  6. Apr 10, 2020
  7. Apr 08, 2020
  8. Apr 02, 2020
  9. Apr 01, 2020
  10. Mar 31, 2020
  11. Mar 23, 2020
  12. Mar 12, 2020
  13. Mar 11, 2020
  14. Mar 04, 2020
  15. Mar 02, 2020
  16. Feb 27, 2020
  17. Feb 24, 2020
  18. 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