RAHHH
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
"""Test to make sure we can open /dev/tty"""
|
||||
|
||||
with open("/dev/tty", "rb+", buffering=0) as f:
|
||||
a = f.readline()
|
||||
f.write(a)
|
||||
Reference in New Issue
Block a user