Skip to content
Snippets Groups Projects
Commit ad6a0302 authored by vlorentz's avatar vlorentz
Browse files

Fix tests of special devices.

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).
parent 4c070f98
No related branches found
Tags debian/upstream/0.6.6
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment